Introduction
Introduction Statistics Contact Development Disclaimer Help
cwmrc - dotfiles - These are my dotfiles. There are many like it, but these are…
git clone git://jay.scot/dotfiles
Log
Files
Refs
README
---
cwmrc (875B)
---
1 # Set default Xft(3) font
2 fontname "Hack:pixelsize=14:bold"
3
4 # Turn on sticky-group mode
5 sticky yes
6
7 # Appearance
8 borderwidth 3
9 color font "#eeeeee"
10 color selfont "#eeeeee"
11 color menubg "#161616"
12 color menufg "#5294E2"
13
14 # ignore
15 ignore "termbar"
16
17 # Autogroup some apps
18 autogroup0 "termbar,termbar"
19 autogroup 2 "Navigator,firefox-default"
20
21 # Remove all default keybindings
22 unbind-key all
23
24 # Key bindings
25 bind-key M-m window-maximize
26 bind-key M-space xterm
27 bind-key M-f firefox
28
29 bind-key M-p menu-exec
30 bind-key M-r restart
31 bind-key M-c window-close
32 bind-key M-q quit
33
34 bind-key M-1 group-only-1
35 bind-key M-2 group-only-2
36 bind-key M-3 group-only-3
37 bind-key M-4 group-only-4
38 bind-key MS-1 window-movetogroup-1
39 bind-key MS-2 window-movetogroup-2
40 bind-key MS-3 window-movetogroup-3
41 bind-key MS-4 window-movetogroup-4
42
43 # Mouse bindings
44 unbind-mouse all
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.