diff options
Diffstat (limited to 'cwmrc')
-rw-r--r-- | cwmrc | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -16,8 +16,8 @@ color selfont "#000000" #black color activeborder "#559999" color inactiveborder "#E8E8E8" -bind-key 0-XF86MonBrightnessUp "xbacklight -inc 10" -bind-key 0-XF86MonBrightnessDown "xbacklight -dec 10" +bind-key 0-XF86MonBrightnessUp "backlight -inc 10" +bind-key 0-XF86MonBrightnessDown "backlight -dec 10" bind-key 0-XF86AudioLowerVolume "pamixer -d 5" bind-key 0-XF86AudioRaiseVolume "pamixer -i 5" bind-key 0-XF86AudioMute "pamixer -t" @@ -26,7 +26,7 @@ bind-mouse 4-3 window-resize bind-mouse 4-1 window-move bind-key 4-s menu-window bind-key 4-Return "alacritty" -bind-key 4-e "xterm +sb -e aerc " +bind-key 4-e "alacritty -e aerc " bind-key 4-q window-close bind-key 4-m window-fullscreen bind-key 4-l window-vtile @@ -39,7 +39,6 @@ bind-key 4-p window-move-up-big 4000 bind-key 4S-p window-resize-up-big 4000 bind-key 4-b window-move-left-big 4000 bind-key 4S-b window-resize-left-big 4000 -bind-key 4-u bind-key 4S-r restart bind-key 4-space menu-exec bind-key 4-Tab window-cycle |