-
Notifications
You must be signed in to change notification settings - Fork 8
/
.cwmrc
44 lines (33 loc) · 1.01 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
# Keybindings
# M = ALT 4 = Mod4 S = Shift C = Control
unbind-key all
sticky yes
# Theme
borderwidth 0
color activeborder "#073642"
color inactiveborder "#002B36"
color groupborder "#002B36"
color ungroupborder "#002B36"
color menubg "#002B36"
color menufg "#93A1A1"
color font "#93A1A1"
color selfont "#002B36"
fontname "Hermit:size=10"
# Personal Keybindings.
bind-key MS-q quit
bind-key MS-f window-fullscreen
bind-key MS-c window-close
bind-key M-k window-cycle
bind-key M-1 group-only-1
bind-key M-2 group-only-2
bind-key MS-1 window-movetogroup-1
bind-key MS-2 window-movetogroup-2
bind-key MS-Return "st -g 130x32"
bind-key M-p "dmenu_run"
bind-key M-w chromium
bind-key M-r "st -g 110x34 -e ranger"
bind-key M-n "clipmenu"
bind-key MS-s scrot
bind-key M-f "flameshot gui"
bind-mouse M-1 window-move
bind-mouse M-3 window-resize