diff options
Diffstat (limited to 'by_os/Linux/ratpoison/.ratpoisonrc')
-rw-r--r-- | by_os/Linux/ratpoison/.ratpoisonrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/by_os/Linux/ratpoison/.ratpoisonrc b/by_os/Linux/ratpoison/.ratpoisonrc index 3fbf6ac..a885608 100644 --- a/by_os/Linux/ratpoison/.ratpoisonrc +++ b/by_os/Linux/ratpoison/.ratpoisonrc @@ -1,4 +1,7 @@ exec ~/.local/bin/autostart +exec rpws init 2 -k +# FIXME: not working +#exec urxvtc --saveLines 10000 -e zsh -c "echo hello" escape F13 definekey top F14 readkey root @@ -22,6 +25,9 @@ bind t time bind k exec layout-switch bind Cyrillic_el exec layout-switch bind F14 other +bind y exec xdotool key Caps_Lock +bind F1 exec rpws 1 +bind F2 exec rpws 2 defborder 0 defpadding 0 0 0 0 @@ -30,4 +36,3 @@ defbarpadding 0 0 set border 0 set font "IBM Plex Mono Light:size=14" set winname class - |