]> code.delx.au - spectrwm/blob - scrotwm.conf
Add option to put the bar at the bottom of the regions
[spectrwm] / scrotwm.conf
1 # $scrotwm$
2 #
3 # colors for focussed and unfocussed window borders
4 color_focus = red
5 color_unfocus = rgb:88/88/88
6
7 # bar settings
8 bar_enabled = 1
9 bar_border[1] = rgb:00/80/80
10 bar_color[1] = black
11 bar_font_color[1] = rgb:a0/a0/a0
12 bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
13 #bar_action = baraction.sh
14 #bar_delay = 1
15 #bar_at_bottom = 1
16 stack_enabled = 1
17 clock_enabled = 1
18 #clock_format = %a %b %d %R %Z %Y
19 title_name_enabled = 0
20 title_class_enabled = 0
21 #focus_mode = default
22 #disable_border = 1
23
24 # spawn app
25 # program[term] = xterm
26 # program[screenshot_all] = screenshot.sh full
27 # program[screenshot_wind] = screenshot.sh window
28 # program[lock] = xlock
29 # program[initscr] = initscreen.sh
30 # program[menu] = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color
31 spawn_term = xterm
32
33 # dialog box size ratio .3 >= r < 1
34 dialog_ratio = 0.6
35
36 # Split a non-Xrandr dual head setup into one region per monitor
37 # (non-standard driver-based multihead is not seen by scrotwm)
38 # region = screen[1]:1280x1024+0+0
39 # region = screen[1]:1280x1024+1280+0
40
41 # mod key, (windows key is Mod4) (apple key on OSX is Mod2)
42 # modkey = Mod1
43
44 # key bindings
45 # unbind with: bind[] = <keys>
46 #bind[cycle_layout] = MOD+space
47 #bind[stack_reset] = MOD+Shift+space
48 #bind[master_shrink] = MOD+h
49 #bind[master_grow] = MOD+l
50 #bind[master_add] = MOD+comma
51 #bind[master_del] = MOD+period
52 #bind[stack_inc] = MOD+Shift+comma
53 #bind[stack_dec] = MOD+Shift+period
54 #bind[swap_main] = MOD+Return
55 #bind[focus_next] = MOD+j
56 #bind[focus_prev] = MOD+k
57 #bind[swap_next] = MOD+Shift+j
58 #bind[swap_prev] = MOD+Shift+k
59 #bind[spawn_term] = MOD+Shift+Return
60 #bind[menu] = MOD+p
61 #bind[quit] = MOD+Shift+q
62 #bind[restart] = MOD+q
63 #bind[focus_main] = MOD+m
64 #bind[ws_1] = MOD+1
65 #bind[ws_2] = MOD+2
66 #bind[ws_3] = MOD+3
67 #bind[ws_4] = MOD+4
68 #bind[ws_5] = MOD+5
69 #bind[ws_6] = MOD+6
70 #bind[ws_7] = MOD+7
71 #bind[ws_8] = MOD+8
72 #bind[ws_9] = MOD+9
73 #bind[ws_10] = MOD+0
74 #bind[ws_next] = MOD+Right
75 #bind[ws_prev] = MOD+Left
76 #bind[screen_next] = MOD+Shift+Right
77 #bind[screen_prev] = MOD+Shift+Left
78 #bind[mvws_1] = MOD+Shift+1
79 #bind[mvws_2] = MOD+Shift+2
80 #bind[mvws_3] = MOD+Shift+3
81 #bind[mvws_4] = MOD+Shift+4
82 #bind[mvws_5] = MOD+Shift+5
83 #bind[mvws_6] = MOD+Shift+6
84 #bind[mvws_7] = MOD+Shift+7
85 #bind[mvws_8] = MOD+Shift+8
86 #bind[mvws_9] = MOD+Shift+9
87 #bind[mvws_10] = MOD+Shift+0
88 #bind[bar_toggle] = MOD+b
89 #bind[focus_next] = MOD+Tab
90 #bind[focus_prev] = MOD+Shift+Tab
91 #bind[wind_kill] = MOD+Shift+x
92 #bind[wind_del] = MOD+x
93 #bind[screenshot_all] = MOD+s
94 #bind[screenshot_wind] = MOD+Shift+s
95 #bind[float_toggle] = MOD+t
96 #bind[version] = MOD+Shift+v
97 #bind[lock] = MOD+Shift+Delete
98 #bind[initscr] = MOD+Shift+i
99
100 # quirks
101 # remove with: quirk[class:name] = NONE
102 #quirk[MPlayer:xv] = FLOAT + FULLSCREEN
103 #quirk[OpenOffice.org 2.4:VCLSalFrame] = FLOAT
104 #quirk[OpenOffice.org 3.0:VCLSalFrame] = FLOAT
105 #quirk[OpenOffice.org 3.1:VCLSalFrame] = FLOAT
106 #quirk[Firefox-bin:firefox-bin] = TRANSSZ
107 #quirk[Firefox:Dialog] = FLOAT
108 #quirk[Gimp:gimp] = FLOAT + ANYWHERE
109 #quirk[XTerm:xterm] = XTERM_FONTADJ
110 #quirk[xine:Xine Window] = FLOAT + ANYWHERE
111 #quirk[Xitk:Xitk Combo] = FLOAT + ANYWHERE
112 #quirk[xine:xine Panel] = FLOAT + ANYWHERE
113 #quirk[Xitk:Xine Window] = FLOAT + ANYWHERE
114 #quirk[xine:xine Video Fullscreen Window] = FULLSCREEN + FLOAT
115 #quirk[pcb:pcb] = FLOAT
116
117 # EXAMPLE: define firefox program and bind to key
118 # program[firefox] = firefox http://scrotwm.org/
119 # bind[firefox] = MOD+f