diff options
Diffstat (limited to '.cwmrc')
| -rw-r--r-- | .cwmrc | 60 |
1 files changed, 0 insertions, 60 deletions
| @@ -1,60 +0,0 @@ | |||
| 1 | fontname "Berkeley Mono:size=8:bold" | ||
| 2 | borderwidth 3 | ||
| 3 | color activeborder khaki | ||
| 4 | sticky yes | ||
| 5 | moveamount 200 | ||
| 6 | unbind-key all | ||
| 7 | unbind-mouse all | ||
| 8 | |||
| 9 | bind-key 4-Return 'alacritty' | ||
| 10 | bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" | ||
| 11 | bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'" | ||
| 12 | bind-key 4-w brave --new-window | ||
| 13 | bind-key 4-e thunar | ||
| 14 | bind-key 4-r simplescreenrecorder | ||
| 15 | bind-key 4-p "rofi -show drun -theme ~/.black.rasi" | ||
| 16 | bind-key 4-s "xmagnify -s 1000 -z 3" | ||
| 17 | bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1060,416,236" | ||
| 18 | bind-key 4-bracketright "pats -t" | ||
| 19 | bind-key C-grave "pactl set-source-mute @DEFAULT_SOURCE@ toggle" | ||
| 20 | bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%" | ||
| 21 | bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%" | ||
| 22 | bind-key XF86AudioMute "pactl set-sink-mute @DEFAULT_SINK@ toggle" | ||
| 23 | |||
| 24 | bind-key 4S-q quit | ||
| 25 | bind-key 4S-r restart | ||
| 26 | bind-key 4-q window-close | ||
| 27 | bind-key 4-l lock | ||
| 28 | bind-key 4-f window-fullscreen | ||
| 29 | bind-key 4-z window-vmaximize | ||
| 30 | bind-key 4-x window-hmaximize | ||
| 31 | bind-key M-Tab window-cycle | ||
| 32 | bind-key 4-Tab group-cycle | ||
| 33 | |||
| 34 | bind-key 4-d group-toggle-all | ||
| 35 | bind-key 4-1 group-only-1 | ||
| 36 | bind-key 4-2 group-only-2 | ||
| 37 | bind-key 4-3 group-only-3 | ||
| 38 | bind-key 4-4 group-only-4 | ||
| 39 | bind-key 4S-1 window-movetogroup-1 | ||
| 40 | bind-key 4S-2 window-movetogroup-2 | ||
| 41 | bind-key 4S-3 window-movetogroup-3 | ||
| 42 | bind-key 4S-4 window-movetogroup-4 | ||
| 43 | |||
| 44 | bind-key 4-Up window-move-up | ||
| 45 | bind-key 4-Down window-move-down | ||
| 46 | bind-key 4-Left window-move-left | ||
| 47 | bind-key 4-Right window-move-right | ||
| 48 | bind-key 4S-Up window-resize-up | ||
| 49 | bind-key 4S-Down window-resize-down | ||
| 50 | bind-key 4S-Left window-resize-left | ||
| 51 | bind-key 4S-Right window-resize-right | ||
| 52 | bind-key 4C-Up window-snap-up | ||
| 53 | bind-key 4C-Down window-snap-down | ||
| 54 | bind-key 4C-Left window-snap-left | ||
| 55 | bind-key 4C-Right window-snap-right | ||
| 56 | |||
| 57 | bind-mouse 4-1 window-move | ||
| 58 | bind-mouse 4-3 window-resize | ||
| 59 | bind-mouse 1 menu-window | ||
| 60 | bind-mouse 3 menu-group | ||
