-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cwmrc
80 lines (69 loc) · 2.13 KB
/
.cwmrc
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# gruvbox colors
color activeborder "#ebdbb2"
color inactiveborder "#282828"
# red to "r"emove from group, aqua to "a"dd
color ungroupborder "#cc241d"
color groupborder "#689d6a"
color font "#ebdbb2"
color selfont "#1d2021"
color menubg "#282828"
color menufg "#d65d0e"
color urgencyborder "#b16286"
fontname "spleen:pixelsize=16:antialias=false"
# Keybindings with Windows key and dwm-esque config
unbind-key all
bind-key 4S-r restart
bind-key 4S-q quit
bind-key 4-Return "xterm -e tmux"
bind-key 4-Delete "xlock"
bind-key 4-slash menu-window
bind-key 4-p menu-exec
bind-key 4S-1 window-movetogroup-1
bind-key 4S-2 window-movetogroup-2
bind-key 4S-3 window-movetogroup-3
bind-key 4S-4 window-movetogroup-4
bind-key 4S-5 window-movetogroup-5
bind-key 4S-6 window-movetogroup-6
bind-key 4S-7 window-movetogroup-7
bind-key 4S-8 window-movetogroup-8
bind-key 4S-9 window-movetogroup-9
bind-key 4S-0 window-stick
bind-key 4-1 group-only-1
bind-key 4-2 group-only-2
bind-key 4-3 group-only-3
bind-key 4-4 group-only-4
bind-key 4-5 group-only-5
bind-key 4-6 group-only-6
bind-key 4-7 group-only-7
bind-key 4-8 group-only-8
bind-key 4-9 group-only-9
bind-key 4-0 group-toggle-all
bind-key 4-Tab window-cycle
bind-key 4S-Tab window-rcycle
bind-key M-Tab window-cycle-ingroup
bind-key MS-Tab window-rcycle-ingroup
bind-key 4S-x window-close
bind-key 4-Down window-lower
bind-key 4-Up window-raise
bind-key 4-f window-maximize
bind-key 4-equal window-vmaximize
bind-key 4S-equal window-hmaximize
# Customize tiling
# Measured width of terminal preference with xwininfo(1)
# Then calculated percent width to maximize
vtile 63
bind-key 4-minus window-vtile
bind-mouse M-1 window-move
bind-mouse M-2 window-lower
bind-mouse M-3 window-resize
bind-key 4-h window-move-left-big
bind-key 4-j window-move-down-big
bind-key 4-k window-move-up-big
bind-key 4-l window-move-right-big
bind-key 4S-h window-resize-left-big
bind-key 4S-j window-resize-down-big
bind-key 4S-k window-resize-up-big
bind-key 4S-l window-resize-right-big
sticky yes
# allow room for lemonbar
gap 19 0 0 0