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