diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-25 11:28:53 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-25 11:28:53 -0500 |
commit | 97ce8456231b997135be6c5f1afaee08eff2cbb1 (patch) | |
tree | 32f7059aad1b6f9e69c37dd5a5b963037d9b7a06 /cwmrc | |
parent | 220906303fe6a69760514d2dcf49e5abfa079657 (diff) | |
download | rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.tar.gz rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.tar.bz2 rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.zip |
Updates
Diffstat (limited to 'cwmrc')
-rw-r--r-- | cwmrc | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -31,14 +31,14 @@ 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 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 4-f window-move-right-big +bind-key 4S-f window-resize-right-big +bind-key 4-n window-move-down-big +bind-key 4S-n window-resize-down-big +bind-key 4-p window-move-up-big +bind-key 4S-p window-resize-up-big +bind-key 4-b window-move-left-big +bind-key 4S-b window-resize-left-big bind-key 4S-r restart bind-key 4-space menu-exec bind-key 4-Tab window-cycle |