summaryrefslogtreecommitdiff
path: root/icewm/keys
blob: d0f983c62ed5366f5e60ed4c13893e9ec09a1cad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
key "Super+Enter" st
#key "Super+p" dmenu_run
key "Super+p" xfce4-appfinder
key "Super+Shift+r" icewm --restart
key "Super+Shift+x" i3lock -c 000000

key "XF86MonBrightnessDown" brightnessctl set 10%-
key "XF86MonBrightnessUp" brightnessctl set +10%

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