-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcwmrc
54 lines (44 loc) · 1.39 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
# Set default Xft(3) font
fontname "uushi"
# Turn on sticky-group mode
sticky yes
# Any entry here is shown in the application menu
command term urxvtc
command editor "urxvtc -e vim"
command internet firefox
command filemanager spacefm
command tmux "urxvtc -e tmux"
command irc "urxvtc -e weechat-curses"
command proc "urxvtc -e htop"
command mail "urxvrc -e mutt"
command ranger "urxvtc -e ranger"
# Ignore programs by that name by not drawing borders around them.
# ignore bar
# ignore wbar
# automatic grouping for specific windows
autogroup 2 "firefox,spacefm"
autogroup 3 "urxvtc,vim"
autogroup 4 "transmission-gtk,rtorrent"
# behavior, look & feel
borderwidth 7
#color activeborder "#A0CF5D"
#color inactiveborder "#E84F4F"
color activeborder "#1D1D1D"
color inactiveborder "#1A1A1A"
color font "#D0C7D7"
color selfont "#e8e9ca"
color menubg "#151515"
color menufg "#D0C7D7"
color groupborder "#2244ac"
color ungroupborder "#ac4422"
gap 10 40 10 10
moveamount 4
snapdist 0
bind C-/ unmap
bind CM-r restart
bind CM-q quit
bind CM-Enter term
# Mousebindings
mousebind M-1 window_move
mousebind M-2 window_grouptoggle
mousebind M-3 window_resize