summaryrefslogtreecommitdiff
path: root/icewm/keys
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-07-20 12:08:08 +0200
committerAlex Auvolat <alex@adnab.me>2023-07-20 12:08:08 +0200
commit958063f086e1bfd7d75208dae9339acec33b1942 (patch)
treef7d5fc56f452260973afd3e99a7259d042e14120 /icewm/keys
parent07a0c5465e608f3378f8405a56d2fd062a190e4e (diff)
downloaduser-config-958063f086e1bfd7d75208dae9339acec33b1942.tar.gz
user-config-958063f086e1bfd7d75208dae9339acec33b1942.zip
kusanagi with non-persistent home
Diffstat (limited to 'icewm/keys')
-rw-r--r--icewm/keys7
1 files changed, 6 insertions, 1 deletions
diff --git a/icewm/keys b/icewm/keys
index 4d8c855..547c1aa 100644
--- a/icewm/keys
+++ b/icewm/keys
@@ -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