From 95bc93e47fcd6d9f807efaad725016bb624cd6e9 Mon Sep 17 00:00:00 2001 From: vaskozl Date: Thu, 12 Feb 2015 21:25:21 +0100 Subject: add stalonetray big icon fix --- config/sxhkd/sxhkdrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/sxhkd/sxhkdrc') diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index f605d9b..2aabb48 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -178,6 +178,13 @@ XF86AudioRaiseVolume XF86AudioLowerVolume amixer -q set Master 5- && volume -f 'V%i' > "$PANEL_FIFO" + +super + Prior + amixer -q set Master 5+ && volume -f 'V%i' > "$PANEL_FIFO" + +super + Next + amixer -q set Master 5- && volume -f 'V%i' > "$PANEL_FIFO" +# # # brightness controls # -- cgit v1.2.3-54-g00ecf