|
diff --git a/.cwmrc b/.cwmrc
|
| ... |
| 7 |
|
7 |
|
| 8 |
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' |
8 |
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' |
| 9 |
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" |
9 |
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" |
| 10 |
bind-key 4-b "chromium --new-window" |
10 |
bind-key 4-e "chromium --new-window" |
| 11 |
bind-key 4-p "rofi -show drun" |
11 |
bind-key 4-p "rofi -show drun" |
| 12 |
bind-key 4-z "xmagnify -s 1000 -z 3" |
12 |
bind-key 4-z "xmagnify -s 1000 -z 3" |
| 13 |
bind-key 4-bracketright "pats -t" |
13 |
bind-key 4-bracketright "pats -t" |
| ... |
| 27 |
bind-key 4-2 group-only-2 |
27 |
bind-key 4-2 group-only-2 |
| 28 |
bind-key 4-3 group-only-3 |
28 |
bind-key 4-3 group-only-3 |
| 29 |
bind-key 4-4 group-only-4 |
29 |
bind-key 4-4 group-only-4 |
| 30 |
bind-key 4-5 group-only-5 |
|
|
| 31 |
bind-key 4-6 group-only-6 |
|
|
| 32 |
bind-key 4S-1 window-movetogroup-1 |
30 |
bind-key 4S-1 window-movetogroup-1 |
| 33 |
bind-key 4S-2 window-movetogroup-2 |
31 |
bind-key 4S-2 window-movetogroup-2 |
| 34 |
bind-key 4S-3 window-movetogroup-3 |
32 |
bind-key 4S-3 window-movetogroup-3 |
| 35 |
bind-key 4S-4 window-movetogroup-4 |
33 |
bind-key 4S-4 window-movetogroup-4 |
| 36 |
bind-key 4S-5 window-movetogroup-5 |
|
|
| 37 |
bind-key 4S-6 window-movetogroup-6 |
|
|
| 38 |
|
34 |
|
| 39 |
bind-key 4-Up window-move-up |
35 |
bind-key 4-Up window-move-up |
| 40 |
bind-key 4-Down window-move-down |
36 |
bind-key 4-Down window-move-down |
| 41 |
bind-key 4-Left window-move-left |
37 |
bind-key 4-Left window-move-left |
| 42 |
bind-key 4-Right window-move-right |
38 |
bind-key 4-Right window-move-right |
| 43 |
bind-key 4S-Up window-resize-up-big |
39 |
bind-key 4S-Up window-resize-up |
| 44 |
bind-key 4S-Down window-resize-down-big |
40 |
bind-key 4S-Down window-resize-down |
| 45 |
bind-key 4S-Left window-resize-left-big |
41 |
bind-key 4S-Left window-resize-left |
| 46 |
bind-key 4S-Right window-resize-right-big |
42 |
bind-key 4S-Right window-resize-right |
| 47 |
|
43 |
|
| 48 |
bind-mouse 4-1 window-move |
44 |
bind-mouse 4-1 window-move |
| 49 |
bind-mouse 4-3 window-resize |
45 |
bind-mouse 4-3 window-resize |
| ... |