]> code.delx.au - spectrwm/blob - spectrwm.conf
Revert "Mouse button mapping config option, by levaidaniel"
[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 rgb color values 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 # warp_pointer = 1
12
13 # Window Decoration
14 # border_width = 1
15 # color_focus = red
16 # color_focus_maximized = yellow
17 # color_unfocus = rgb:88/88/88
18 # color_unfocus_maximized = rgb:88/88/00
19 # region_padding = 0
20 # tile_gap = 0
21
22 # Region containment
23 # Distance window must be dragged/resized beyond the region edge before it is
24 # allowed outside the region.
25 # boundary_width = 50
26
27 # Remove window border when bar is disabled and there is only one window in workspace
28 # disable_border = 1
29
30 # Bar Settings
31 # bar_enabled = 1
32 # bar_border_width = 1
33 # bar_border[1] = rgb:00/80/80
34 # bar_border_unfocus[1] = rgb:00/40/40
35 # bar_color[1] = black
36 # bar_font_color[1] = rgb:a0/a0/a0
37 # bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
38 # bar_action = baraction.sh
39 # bar_justify = left
40 # bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+A+4<+V
41 # bar_at_bottom = 1
42 # stack_enabled = 1
43 # clock_enabled = 1
44 # clock_format = %a %b %d %R %Z %Y
45 # iconic_enabled = 0
46 # maximize_hide_bar = 0
47 # window_class_enabled = 0
48 # window_instance_enabled = 0
49 # window_name_enabled = 0
50 # verbose_layout = 1
51 # urgent_enabled = 1
52
53 # Dialog box size ratio when using TRANSSZ quirk; 0.3 < dialog_ratio <= 1.0
54 # dialog_ratio = 0.6
55
56 # Split a non-RandR dual head setup into one region per monitor
57 # (non-standard driver-based multihead is not seen by spectrwm)
58 # region = screen[1]:1280x1024+0+0
59 # region = screen[1]:1280x1024+1280+0
60
61 # Launch applications in a workspace of choice
62 # autorun = ws[1]:xterm
63 # autorun = ws[2]:xombrero http://www.openbsd.org
64
65 # Customize workspace layout at start
66 # layout = ws[1]:4:0:0:0:vertical
67 # layout = ws[2]:0:0:0:0:horizontal
68 # layout = ws[3]:0:0:0:0:fullscreen
69 # layout = ws[4]:4:0:0:0:vertical_flip
70 # layout = ws[5]:0:0:0:0:horizontal_flip
71
72 # Set workspace name at start
73 # name = ws[1]:IRC
74 # name = ws[2]:Email
75 # name = ws[3]:Browse
76 # name = ws[10]:Music
77
78 # Mod key, (Windows key is Mod4) (Apple key on OSX is Mod2)
79 # modkey = Mod1
80
81 # This allows you to include pre-defined key bindings for your keyboard layout.
82 # keyboard_mapping = ~/.spectrwm_us.conf
83
84 # PROGRAMS
85
86 # Validated default programs:
87 # program[lock] = xlock
88 # program[term] = xterm
89 # program[menu] = dmenu_run $dmenu_bottom -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color
90
91 # To disable validation of the above, free the respective binding(s):
92 # bind[] = MOD+Shift+Delete # disable lock
93 # bind[] = MOD+Shift+Enter # disable term
94 # bind[] = MOD+p # disable menu
95
96 # Optional default programs that will only be validated if you override:
97 # program[screenshot_all] = screenshot.sh full # optional
98 # program[screenshot_wind] = screenshot.sh window # optional
99 # program[initscr] = initscreen.sh # optional
100
101 # EXAMPLE: Define 'firefox' action and bind to key.
102 # program[firefox] = firefox http://spectrwm.org/
103 # bind[firefox] = MOD+Shift+b
104
105 # QUIRKS
106 # Default quirks, remove with: quirk[class:name] = NONE
107 # quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
108 # quirk[OpenOffice.org 2.4:VCLSalFrame] = FLOAT
109 # quirk[OpenOffice.org 3.0:VCLSalFrame] = FLOAT
110 # quirk[OpenOffice.org 3.1:VCLSalFrame] = FLOAT
111 # quirk[Firefox-bin:firefox-bin] = TRANSSZ
112 # quirk[Firefox:Dialog] = FLOAT
113 # quirk[Gimp:gimp] = FLOAT + ANYWHERE
114 # quirk[XTerm:xterm] = XTERM_FONTADJ
115 # quirk[xine:Xine Window] = FLOAT + ANYWHERE
116 # quirk[Xitk:Xitk Combo] = FLOAT + ANYWHERE
117 # quirk[xine:xine Panel] = FLOAT + ANYWHERE
118 # quirk[Xitk:Xine Window] = FLOAT + ANYWHERE
119 # quirk[xine:xine Video Fullscreen Window] = FULLSCREEN + FLOAT
120 # quirk[pcb:pcb] = FLOAT