aboutsummaryrefslogtreecommitdiff
path: root/Window_Manager
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-10-21 19:19:25 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-10-21 19:19:25 +0100
commit967a1cf86f59107f38af8d8392c1c5aedd8841ee (patch)
tree95866939f76c93d51c95ba9c0153dc5ac3f37c67 /Window_Manager
parentd50f1115471c305622d2ec1f29fb3a592ebbac85 (diff)
downloaddotfiles-967a1cf86f59107f38af8d8392c1c5aedd8841ee.tar.gz
dotfiles-967a1cf86f59107f38af8d8392c1c5aedd8841ee.tar.bz2
dotfiles-967a1cf86f59107f38af8d8392c1c5aedd8841ee.zip
misc
Diffstat (limited to 'Window_Manager')
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf
index e45ca37..83cc54f 100644
--- a/Window_Manager/ratpoison/ratpoisonrc.conf
+++ b/Window_Manager/ratpoison/ratpoisonrc.conf
@@ -296,10 +296,10 @@ alias songinfo exec ratpoison -c "echo Music: `mpc -h 127.0.0.1 | head -1`"
definekey top s-space exec mpc -h 127.0.0.1 toggle #&& ratpoison -c 'playinfo'
definekey top s-Right exec mpc -h 127.0.0.1 next #&& ratpoison -c "songinfo"
definekey top s-Left exec mpc -h 127.0.0.1 prev #&& ratpoison -c "songinfo"
-definekey top s-Up exec mpc -h 127.0.0.1 volume 5+ #&& ratpoison -c "volinfo"
-definekey top s-w exec mpc -h 127.0.0.1 volume 5+ #&& ratpoison -c "volinfo"
-definekey top s-Down exec mpc -h 127.0.0.1 volume 5- #&& ratpoison -c 'volinfo'
-definekey top s-r exec mpc -h 127.0.0.1 volume 5- #&& ratpoison -c "volinfo"
+definekey top s-Up exec mpc -h 127.0.0.1 volume +5 #&& ratpoison -c "volinfo"
+definekey top s-w exec mpc -h 127.0.0.1 volume +5 #&& ratpoison -c "volinfo"
+definekey top s-Down exec mpc -h 127.0.0.1 volume -5 #&& ratpoison -c 'volinfo'
+definekey top s-r exec mpc -h 127.0.0.1 volume -5 #&& ratpoison -c "volinfo"
# Old cmus controls
#definekey top s-space exec cmus-remote -u && ratpoison -c "playinfo"