diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-02 13:53:10 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-02 13:53:10 -0500 |
commit | bc826bb1bed8888d85eddf775934a92f1a71db5d (patch) | |
tree | 555527861b0dfb9808dff1d4bf53df6a77157d7f /cwmrc | |
parent | a8e02fc87821bf99f581f26ce292f4f5338cdec7 (diff) | |
download | rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.gz rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.bz2 rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.zip |
updates
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 |