diff options
author | pks <pks@pks.rocks> | 2020-11-14 14:22:03 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2020-11-14 14:22:03 +0100 |
commit | 2ac0c497e76d57f947624b9efd25fb1d19792f91 (patch) | |
tree | 4c9411949a0f7ae1e3771c7cd786d8c22c2d175f /by_os/Linux/ratpoison | |
parent | b15e3520dd477732814d2f3e7f84114198c2c9cc (diff) |
ratpoison: workspaces
Diffstat (limited to 'by_os/Linux/ratpoison')
-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 - |