]> code.delx.au - spectrwm/blob - spectrwm.conf
rename scrotwm to spectrwm
[spectrwm] / spectrwm.conf
1 # PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE!
2 # http://opensource.conformal.com/cgi-bin/man-cgi?spectrwm
3
4 # colors for focussed and unfocussed window borders
5 # NOTE: all colors in this file are in hex! see XQueryColor for examples
6 # color_focus = red
7 # color_unfocus = rgb:88/88/88
8
9 # bar settings
10 # bar_enabled = 1
11 # bar_border_width = 1
12 # bar_border[1] = rgb:00/80/80
13 # bar_color[1] = black
14 # bar_font_color[1] = rgb:a0/a0/a0
15 # bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
16 # bar_action = baraction.sh
17 # bar_delay = 1
18 # bar_justify = left
19 # bar_at_bottom = 1
20 # stack_enabled = 1
21 # clock_enabled = 1
22 # clock_format = %a %b %d %R %Z %Y
23 # title_name_enabled = 0
24 # title_class_enabled = 0
25 # window_name_enabled = 0
26 # verbose_layout = 1
27 # focus_mode = default
28 # disable_border = 1
29 # border_width = 1
30 # urgent_enabled = 1
31
32 # spawn app
33 # program[term] = xterm
34 # program[screenshot_all] = screenshot.sh full
35 # program[screenshot_wind] = screenshot.sh window
36 # program[lock] = xlock
37 # program[initscr] = initscreen.sh
38 # program[menu] = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color
39 # spawn_term = xterm
40
41 # dialog box size ratio .3 >= r < 1
42 # dialog_ratio = 0.6
43
44 # Split a non-Xrandr dual head setup into one region per monitor
45 # (non-standard driver-based multihead is not seen by spectrwm)
46 # region = screen[1]:1280x1024+0+0
47 # region = screen[1]:1280x1024+1280+0
48
49 # Launch applications in a workspace of choice
50 # autorun = ws[1]:xterm
51 # autorun = ws[2]:xxxterm http://www.openbsd.org
52
53 # workspace layout
54 # layout = ws[1]:4:0:0:0:vertical
55 # layout = ws[2]:0:0:0:0:horizontal
56 # layout = ws[3]:0:0:0:0:fullscreen
57
58 # mod key, (windows key is Mod4) (apple key on OSX is Mod2)
59 # modkey = Mod1
60
61 # Clear key bindings and load new key bindings from the specified file.
62 # This allows you to load pre-defined key bindings for your keyboard layout.
63 # keyboard_mapping = ~/.spectrwm_us.conf
64
65 # quirks
66 # remove with: quirk[class:name] = NONE
67 # quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
68 # quirk[OpenOffice.org 2.4:VCLSalFrame] = FLOAT
69 # quirk[OpenOffice.org 3.0:VCLSalFrame] = FLOAT
70 # quirk[OpenOffice.org 3.1:VCLSalFrame] = FLOAT
71 # quirk[Firefox-bin:firefox-bin] = TRANSSZ
72 # quirk[Firefox:Dialog] = FLOAT
73 # quirk[Gimp:gimp] = FLOAT + ANYWHERE
74 # quirk[XTerm:xterm] = XTERM_FONTADJ
75 # quirk[xine:Xine Window] = FLOAT + ANYWHERE
76 # quirk[Xitk:Xitk Combo] = FLOAT + ANYWHERE
77 # quirk[xine:xine Panel] = FLOAT + ANYWHERE
78 # quirk[Xitk:Xine Window] = FLOAT + ANYWHERE
79 # quirk[xine:xine Video Fullscreen Window] = FULLSCREEN + FLOAT
80 # quirk[pcb:pcb] = FLOAT
81
82 # EXAMPLE: define firefox program and bind to key
83 # program[firefox] = firefox http://spectrwm.org/
84 # bind[firefox] = MOD+Shift+b