diff options
-rw-r--r-- | by_os/Linux/ratpoison/.ratpoisonrc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/by_os/Linux/ratpoison/.ratpoisonrc b/by_os/Linux/ratpoison/.ratpoisonrc index 4f8d30b..d33b875 100644 --- a/by_os/Linux/ratpoison/.ratpoisonrc +++ b/by_os/Linux/ratpoison/.ratpoisonrc @@ -5,11 +5,8 @@ definekey top F14 readkey root bind Return exec ~/.local/bin/urxvtc --saveLines 10000 unbind c -bind C exec ~/.local/bin/browser -# for barkley: GDK_DPI_SCALE=1.5 /usr/bin/chromium -bind W exec /usr/bin/chromium -bind D exec urxvt -fn 'xft:courier:pixelsize=16' -fg #000000 -bg #ffffff -bind b exec ratpoison -c "echo $(~/.local/bin/battery-charge)" +bind C exec browser +bind b exec ratpoison -c "echo $(battery-charge)" bind s hsplit bind S split bind q only @@ -22,8 +19,8 @@ bind J exchangedown bind H exchangeleft bind L exchangeright bind t time -bind k exec ~/.local/bin/layout-switch -bind Cyrillic_el exec ~/.local/bin/layout-switch +bind k exec layout-switch +bind Cyrillic_el exec layout-switch bind F14 other defborder 0 |