aboutsummaryrefslogtreecommitdiff
path: root/Window_Manager/ratpoison
diff options
context:
space:
mode:
Diffstat (limited to 'Window_Manager/ratpoison')
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf6
1 files changed, 4 insertions, 2 deletions
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