diff options
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-rw-r--r-- | config/sxhkd/sxhkdrc | 7 |
1 files changed, 7 insertions, 0 deletions
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 # |