From 70a13d67d5d0a7cd87fd8b6547553748a4a020af Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 3 May 2018 21:03:01 +0200 Subject: ratpoison: new apps --- by_os/Linux/ratpoison/.ratpoisonrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'by_os') diff --git a/by_os/Linux/ratpoison/.ratpoisonrc b/by_os/Linux/ratpoison/.ratpoisonrc index f9257c5..26254f3 100644 --- a/by_os/Linux/ratpoison/.ratpoisonrc +++ b/by_os/Linux/ratpoison/.ratpoisonrc @@ -6,6 +6,8 @@ definekey top F14 readkey root bind Return exec ~/.local/bin/urxvtc --saveLines 10000 unbind c bind C exec /usr/bin/firefox +bind W exec /usr/bin/chromium +bind E exec /usr/bin/rawtherapee bind D exec urxvt -fn 'xft:courier:pixelsize=16' -fg #000000 -bg #ffffff bind b exec ratpoison -c "echo $(~/.local/bin/battery-charge)" bind s hsplit -- cgit v1.2.3 From d82548dc339fa1be5f2c209df53fafe13fe499d3 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 3 May 2018 21:03:42 +0200 Subject: mutt: fix --- by_os/Linux/mutt/.mutt/work.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'by_os') diff --git a/by_os/Linux/mutt/.mutt/work.rc b/by_os/Linux/mutt/.mutt/work.rc index e53c0a9..3501727 100644 --- a/by_os/Linux/mutt/.mutt/work.rc +++ b/by_os/Linux/mutt/.mutt/work.rc @@ -3,7 +3,7 @@ color sidebar_divider red color231 color sidebar_highlight color201 color231 color indicator color231 red -set from = "qlt@mensa.uberspace.de" +set from = "pks@pks.rocks" set sendmail = "/usr/bin/msmtp -a work" set record = "+work/all" set postponed = "+work/drafts" -- cgit v1.2.3 From fadc0b596c78039161fb52fec17aa2783c47cecb Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 3 May 2018 21:06:44 +0200 Subject: X: fix --- by_os/Linux/X/.xinitrc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'by_os') diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index 078cb2a..73f9ecc 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,15 +1,10 @@ exec xmodmap ${HOME}/.Xmodmap & exec ${HOME}/bin/ratcpi & -export EXT_POINTER=$(xinput list | grep "USB-HID Keyboard" | grep pointer | awk -F'=' '{print $2}' | cut -f 1) -if [[ $(hostname) == "kobe" ]]; then - exec xinput set-prop $EXT_POINTER 264 2.5 & - exec xinput set-prop $EXT_POINTER 265 1.0 & - exec xinput set-prop $EXT_POINTER 266 5.0 & -elif [[ $(hostname) == "bogues" ]]; then - exec xinput set-prop $EXT_POINTER 268 2.5 & - exec xinput set-prop $EXT_POINTER 269 1.25 & -fi +exec ${HOME}/bin/mouse & exec mkdir -p /tmp/mutt & export LC_ALL=en_US.UTF-8 +#if [[ $(hostname) == "bryant" ]]; then +# exec xrandr --output HDMI-1 --rotate right +#fi exec ratpoison -- cgit v1.2.3 From 31eac081d847b5badf276c9242b9fb6d1c4a78b9 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Jul 2018 14:16:03 +0200 Subject: X --- by_os/Linux/X/.xinitrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'by_os') diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index 73f9ecc..9277942 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,10 +1,4 @@ -exec xmodmap ${HOME}/.Xmodmap & -exec ${HOME}/bin/ratcpi & -exec ${HOME}/bin/mouse & -exec mkdir -p /tmp/mutt & export LC_ALL=en_US.UTF-8 -#if [[ $(hostname) == "bryant" ]]; then -# exec xrandr --output HDMI-1 --rotate right -#fi +exec setterm -blength 0 exec ratpoison -- cgit v1.2.3 From fa6c47e7158e1e98a5544c752e10b049c659ad57 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Jul 2018 14:16:08 +0200 Subject: X --- by_os/Linux/feh/.fehbg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 by_os/Linux/feh/.fehbg (limited to 'by_os') diff --git a/by_os/Linux/feh/.fehbg b/by_os/Linux/feh/.fehbg old mode 100644 new mode 100755 index 4416428..b12b179 --- a/by_os/Linux/feh/.fehbg +++ b/by_os/Linux/feh/.fehbg @@ -1 +1,2 @@ -feh --no-xinerama --image-bg black --bg-center '/home/pks/images/MIPS_R3000A_die-1024x1024.jpg' +#!/bin/sh +feh --image-bg black --bg-max '/home/pks/image/MIPS-R3000A-die.jpg' -- cgit v1.2.3 From a47ea0a2d8abb13c9c3ed31fbaabaabcaee77b35 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 19 Oct 2018 16:33:07 +0200 Subject: new printer --- by_os/Linux/cups/.cups/lpoptions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'by_os') diff --git a/by_os/Linux/cups/.cups/lpoptions b/by_os/Linux/cups/.cups/lpoptions index eeb1fc7..734579c 100644 --- a/by_os/Linux/cups/.cups/lpoptions +++ b/by_os/Linux/cups/.cups/lpoptions @@ -1,2 +1,2 @@ -Dest home ColorModel=Gray KCEcoprint/EcoPrint=On -Default home +Dest iverson OKControl=Gray +Default iverson -- cgit v1.2.3 From 6b404da3b8d3d659ab4065ceff98dafd120618fe Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 19 Oct 2018 16:34:10 +0200 Subject: X: incompatible --- by_os/Linux/X/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'by_os') diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc index 9277942..71a1180 100644 --- a/by_os/Linux/X/.xinitrc +++ b/by_os/Linux/X/.xinitrc @@ -1,4 +1,4 @@ export LC_ALL=en_US.UTF-8 -exec setterm -blength 0 +#exec setterm -blength 0 exec ratpoison -- cgit v1.2.3 From 68fe15297c2813b9d387fa773e8f79f2a31cf6ca Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 19 Oct 2018 16:34:30 +0200 Subject: feh: bg --- by_os/Linux/feh/.fehbg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'by_os') diff --git a/by_os/Linux/feh/.fehbg b/by_os/Linux/feh/.fehbg index b12b179..ed4f61d 100755 --- a/by_os/Linux/feh/.fehbg +++ b/by_os/Linux/feh/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --image-bg black --bg-max '/home/pks/image/MIPS-R3000A-die.jpg' +feh --bg-fill '/home/pks/image/MIPS-R3000A-die.jpg' -- cgit v1.2.3