-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcwmrc
More file actions
59 lines (43 loc) · 1.3 KB
/
cwmrc
File metadata and controls
59 lines (43 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
command term gnome-terminal
command lock xlock
color activeborder blue
color inactiveborder grey
color selfont white
color menubg blue
color menufg black
color urgencyborder color red
fontname "sans-serif:pixelsize=14"
gap 0 0 0 0
snapdist 20
unbind-key all
unbind-mouse all
bind-key 4S-r restart
bind-key 4S-q quit
bind-key 4-l lock
bind-key 4-T terminal # backup binding in case the sxhkd one fails
bind-key M-F4 window-close
bind-key M-Tab window-cycle
bind-key MS-Tab window-rcycle
bind-key 4-m window-maximize
bind-key 4-f window-fullscreen
bind-key 4-h window-hmaximize
bind-key 4-v window-vmaximize
bind-key 4-Left window-snap-left
bind-key 4-Right window-snap-right
bind-key 4-d window-hide
bind-key 4-Up window-snap-up
bind-key 4-Down window-snap-down
bind-key 4-slash menu-window
bind-key 4S-slash menu-window-hidden
# Mouse buttons
#
# 1 Left mouse button
# 2 Middle mouse button
# 3 Right mouse button
# 4 Scroll up mouse button
# 5 Scroll down mouse button
bind-mouse 4-1 window-move
bind-mouse 4-3 window-resize
bind-mouse 4-4 window-raise
bind-mouse 4-5 window-lower
# vim: filetype=conf