diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-18 18:21:33 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-18 18:21:33 +0200 |
| commit | 60f31d2a76f919c1a423865985509b55c889f3cf (patch) | |
| tree | 180d1d1a2dd58e83f21c7403b40c7952229bdcf7 /.cwmrc | |
| parent | 4013b7c2a09a9b4696abe67143f29bb6632717d3 (diff) | |
| download | dotfiles-60f31d2a76f919c1a423865985509b55c889f3cf.tar.gz | |
Update
Diffstat (limited to '.cwmrc')
| -rw-r--r-- | .cwmrc | 36 |
1 files changed, 36 insertions, 0 deletions
| @@ -0,0 +1,36 @@ | |||
| 1 | fontname "Berkeley Mono:size=8:bold" | ||
| 2 | autogroup 1 | ||
| 3 | borderwidth 2 | ||
| 4 | color ungroupborder yellow | ||
| 5 | |||
| 6 | unbind-key all | ||
| 7 | bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' | ||
| 8 | bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" | ||
| 9 | bind-key 4-e "thunar" | ||
| 10 | bind-key 4-b "chromium --new-window" | ||
| 11 | bind-key 4S-q quit | ||
| 12 | bind-key 4S-r restart | ||
| 13 | bind-key 4-q window-close | ||
| 14 | bind-key 4-l lock | ||
| 15 | bind-key M-Tab window-cycle | ||
| 16 | bind-key 4-Tab group-cycle | ||
| 17 | bind-key 4-d group-toggle-all | ||
| 18 | bind-key 4-1 group-only-1 | ||
| 19 | bind-key 4-2 group-only-2 | ||
| 20 | bind-key 4-3 group-only-3 | ||
| 21 | bind-key 4-4 group-only-4 | ||
| 22 | bind-key 4-5 group-only-5 | ||
| 23 | bind-key 4-6 group-only-6 | ||
| 24 | bind-key 4S-1 window-movetogroup-1 | ||
| 25 | bind-key 4S-2 window-movetogroup-2 | ||
| 26 | bind-key 4S-3 window-movetogroup-3 | ||
| 27 | bind-key 4S-4 window-movetogroup-4 | ||
| 28 | bind-key 4S-5 window-movetogroup-5 | ||
| 29 | bind-key 4S-6 window-movetogroup-6 | ||
| 30 | |||
| 31 | unbind-mouse all | ||
| 32 | bind-mouse 4-1 window-move | ||
| 33 | bind-mouse 4-3 window-resize | ||
| 34 | bind-mouse 1 menu-window | ||
| 35 | bind-mouse 2 menu-group | ||
| 36 | bind-mouse 3 menu-cmd | ||
