diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-08 12:12:57 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-08 12:12:57 -0500 |
commit | fdc18aae269d612d9a4fda6545f89aa3ee7f09a0 (patch) | |
tree | b33d472c26fedc846a1faff9f688b731d8297f27 /cwmrc | |
parent | 8dc801597a3b7d5464580b55626d1ccd6c0a444b (diff) | |
download | rcm-fdc18aae269d612d9a4fda6545f89aa3ee7f09a0.tar.gz rcm-fdc18aae269d612d9a4fda6545f89aa3ee7f09a0.tar.bz2 rcm-fdc18aae269d612d9a4fda6545f89aa3ee7f09a0.zip |
Updates
Diffstat (limited to 'cwmrc')
-rw-r--r-- | cwmrc | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -16,8 +16,8 @@ color selfont "#000000" #black color activeborder "#559999" color inactiveborder "#E8E8E8" -bind-key 0-XF86MonBrightnessUp "backlight -inc 10" -bind-key 0-XF86MonBrightnessDown "backlight -dec 10" +bind-key 0-XF86MonBrightnessUp "xbacklight -inc 10" +bind-key 0-XF86MonBrightnessDown "xbacklight -dec 10" bind-key 0-XF86AudioLowerVolume "pamixer -d 5" bind-key 0-XF86AudioRaiseVolume "pamixer -i 5" bind-key 0-XF86AudioMute "pamixer -t" @@ -26,19 +26,19 @@ 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 "alacritty -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 bind-key 4-u window-vmaximize -bind-key 4-f window-move-right-big 4000 -bind-key 4S-f window-resize-right-big 4000 -bind-key 4-n window-move-down-big 4000 -bind-key 4S-n window-resize-down-big 4000 -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-f window-move-right-big 50000 +bind-key 4S-f window-resize-right-big 50000 +bind-key 4-n window-move-down-big 50000 +bind-key 4S-n window-resize-down-big 50000 +bind-key 4-p window-move-up-big 50000 +bind-key 4S-p window-resize-up-big 50000 +bind-key 4-b window-move-left-big 50000 +bind-key 4S-b window-resize-left-big 50000 bind-key 4S-r restart bind-key 4-space menu-exec bind-key 4-Tab window-cycle |