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