1 # PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE!
2 # http://opensource.conformal.com/cgi-bin/man-cgi?spectrwm
4 # colors for focussed and unfocussed window borders
5 # NOTE: all colors in this file are in hex! see XQueryColor for examples
7 # color_unfocus = rgb:88/88/88
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
22 # clock_format = %a %b %d %R %Z %Y
23 # title_name_enabled = 0
24 # title_class_enabled = 0
25 # window_name_enabled = 0
27 # focus_mode = default
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
41 # dialog box size ratio .3 >= r < 1
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
49 # Launch applications in a workspace of choice
50 # autorun = ws[1]:xterm
51 # autorun = ws[2]:xxxterm http://www.openbsd.org
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
58 # mod key, (windows key is Mod4) (apple key on OSX is Mod2)
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
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
82 # EXAMPLE: define firefox program and bind to key
83 # program[firefox] = firefox http://spectrwm.org/
84 # bind[firefox] = MOD+Shift+b