diff options
Diffstat (limited to 'icewm/keys')
-rw-r--r-- | icewm/keys | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,7 +3,6 @@ key "Super+p" dmenu_run key "Super+Shift+r" icewm --restart key "Super+Shift+x" i3lock -c 000000 - key "XF86MonBrightnessDown" xbacklight -dec 10 key "XF86MonBrightnessUp" xbacklight -inc 10 @@ -11,3 +10,9 @@ key "XF86AudioMute" pactl set-sink-mute @DEFAULT_SINK@ toggle key "XF86AudioRaiseVolume" sh -c "pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ +5%" key "XF86AudioLowerVolume" sh -c "pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ -5%" +key "Super+h" icesh -f sizeto 50% 100% top left +key "Super+l" icesh -f sizeto 50% 100% top right +key "Super+j" icesh -f sizeto 50% 50% bottom left +key "Super+k" icesh -f sizeto 50% 50% bottom right +key "Super+u" icesh -f sizeto 50% 50% top left +key "Super+i" icesh -f sizeto 50% 50% top right |