diff options
Diffstat (limited to 'icewm')
-rw-r--r-- | icewm/keys | 7 | ||||
-rw-r--r-- | icewm/preferences | 2 |
2 files changed, 8 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 diff --git a/icewm/preferences b/icewm/preferences index c2d7584..bc90b14 100644 --- a/icewm/preferences +++ b/icewm/preferences @@ -2,3 +2,5 @@ TerminalCommand=st TaskBarGraphHeight=28 SmallIconSize=24 DesktopBackgroundColor="rgb:00/80/80" +WorkspaceNames=" 1 "," 2 " +QuickSwitchRaiseCandidate=1 |