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