From 6cbf6c2e9a93c5abacf1361d7680ae099bf394d8 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Fri, 19 Feb 2016 16:52:52 +0000 Subject: minor changes --- Window_Manager/ratpoison/ratpoisonrc.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Window_Manager/ratpoison') diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index f2f431a..628c8ae 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -247,14 +247,16 @@ definekey top KP_Enter exec ~/Dropbox/speech/run-duplex.sh # Volume Control #------------------------------------------------------------- # Up -alias volup exec amixer -q set Master 5+ && ratpoison -c "echo `$HOME/.config/ratpoison/volind`" & volume -f 'V%i' > /tmp/panel-fifo +#alias volup exec amixer -q set Master 5+ && ratpoison -c "echo `$HOME/.config/ratpoison/volind`" & volume -f 'V%i' > /tmp/panel-fifo +alias volup exec amixer -q set Master 5+ && volume -f 'V%i' > /tmp/panel-fifo definekey top XF86AudioRaiseVolume volup definekey top s-Prior volup definekey top s-q volup # Down -alias voldown exec amixer -q set Master 5- && ratpoison -c "echo `$HOME/.config/ratpoison/volind`" & volume -f 'V%i' > /tmp/panel-fifo +#alias voldown exec amixer -q set Master 5- && ratpoison -c "echo `$HOME/.config/ratpoison/volind`" & volume -f 'V%i' > /tmp/panel-fifo +alias voldown exec amixer -q set Master 5- && volume -f 'V%i' > /tmp/panel-fifo definekey top XF86AudioLowerVolume voldown definekey top s-Next voldown -- cgit v1.2.3-54-g00ecf