diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-01-15 14:43:53 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-01-15 14:43:53 +0000 |
commit | 8b1e83839544e21a91893e6b707af2aff47289bf (patch) | |
tree | c04affc32a7c5af979ed93c94c4a68f0edc3c11f /Window_Manager/ratpoison | |
parent | 967a1cf86f59107f38af8d8392c1c5aedd8841ee (diff) | |
download | dotfiles-8b1e83839544e21a91893e6b707af2aff47289bf.tar.gz dotfiles-8b1e83839544e21a91893e6b707af2aff47289bf.tar.bz2 dotfiles-8b1e83839544e21a91893e6b707af2aff47289bf.zip |
random
Diffstat (limited to 'Window_Manager/ratpoison')
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index 83cc54f..f2f431a 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -92,7 +92,7 @@ definekey top F6 exec rpws 6 && echo "D6" > /tmp/panel-fifo && ratpoison -c bars definekey top F7 exec rpws 7 && echo "D7" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript definekey top F8 exec rpws 8 && echo "D8" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript definekey top F9 exec rpws 9 && printf "D9\nIxlear\n" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript -definekey top F10 exec rpws 10 && printf "D10\nIclear\n" > /tmp/panel-fifo & xset -led named "Scroll Lock" & ratpoison -c barsend && ratpoison -c bordscript +definekey top F10 exec rpws 10 && printf "D10\nIclear\n" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript & xset -led named "Scroll Lock" definekey top F11 exec rpws 11 && echo "D11" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript definekey top F12 exec rpws 12 && echo "D12" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript |