]> code.delx.au - spectrwm/blob - spectrwm.1
Add note to man page regarding autorun and LD_PRELOAD.
[spectrwm] / spectrwm.1
1 .\" Copyright (c) 2009-2012 Marco Peereboom <marco@peereboom.us>
2 .\" Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
3 .\" Copyright (c) 2011-2014 Reginald Kennedy <rk@rejii.com>
4 .\" Copyright (c) 2011-2012 Lawrence Teo <lteo@lteo.net>
5 .\" Copyright (c) 2011-2012 Tiago Cunha <tcunha@gmx.com>
6 .\" Copyright (c) 2012 David Hill <dhill@mindcry.org>
7 .\"
8 .\" Permission to use, copy, modify, and distribute this software for any
9 .\" purpose with or without fee is hereby granted, provided that the above
10 .\" copyright notice and this permission notice appear in all copies.
11 .\"
12 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
14 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
15 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 .\"
20 .Dd $Mdocdate: February 15 2012 $
21 .Dt SPECTRWM 1
22 .Os
23 .Sh NAME
24 .Nm spectrwm
25 .Nd window manager for X11
26 .Sh SYNOPSIS
27 .Nm spectrwm
28 .Sh DESCRIPTION
29 .Nm
30 is a minimalistic window manager that tries to stay out of the way so that
31 valuable screen real estate can be used for much more important stuff.
32 It has sane defaults and does not require one to learn a language to do any
33 configuration.
34 It was written by hackers for hackers and it strives to be small, compact and
35 fast.
36 .Pp
37 When
38 .Nm
39 starts up, it reads settings from its configuration file,
40 .Pa spectrwm.conf .
41 See the
42 .Sx CONFIGURATION FILES
43 section below.
44 .Pp
45 The following notation is used throughout this page:
46 .Pp
47 .Bl -tag -width Ds -offset indent -compact
48 .It Cm M
49 Meta
50 .It Cm S
51 Shift
52 .It Aq Cm Name
53 Named key
54 .It Cm M1
55 Mouse button 1
56 .It Cm M3
57 Mouse button 3
58 .El
59 .Pp
60 .Nm
61 is very simple in its use.
62 Most of the actions are initiated via key or mouse bindings.
63 See the
64 .Sx BINDINGS
65 section below for defaults and customizations.
66 .Sh CONFIGURATION FILES
67 .Nm
68 first tries to open the user specific file,
69 .Pa ~/.spectrwm.conf .
70 If that file is unavailable,
71 it then tries to open the global configuration file
72 .Pa /etc/spectrwm.conf .
73 .Pp
74 The format of the file is
75 .Pp
76 .Dl Ar keyword Li = Ar setting
77 .Pp
78 For example:
79 .Pp
80 .Dl color_focus = red
81 .Pp
82 Enabling or disabling an option is done by using 1 or 0 respectively.
83 .Pp
84 Colors need to be specified per the
85 .Xr XQueryColor 3
86 specification.
87 .Pp
88 Comments begin with a #.
89 When a literal
90 .Ql #
91 is desired in an option, then it must be escaped with a backslash, i.e. \e#
92 .Pp
93 The file supports the following keywords:
94 .Bl -tag -width 2m
95 .It Ic autorun
96 Launch an application in a specified workspace at start-of-day.
97 Defined in the format
98 .Li ws Ns Bo Ar idx Bc : Ns Ar application ,
99 e.g. ws[2]:xterm launches an
100 .Xr xterm 1
101 in workspace 2.
102 .Pp
103 Note that workspace mapping is handled via
104 .Pa libswmhack.so .
105 When
106 .Ic autorun
107 spawns windows via a daemon, ensure the daemon is started
108 with the correct
109 .Pa LD_PRELOAD
110 in its environment.
111 .Pp
112 For example, starting
113 .Xr urxvtd 1
114 via
115 .Xr xinit 1 :
116 .Bd -literal -offset indent
117 LD_PRELOAD=/usr/lib/libswmhack.so.0.0 urxvtd -q -o -f
118 .Ed
119 .Pp
120 Spawned programs automatically have
121 .Pa LD_PRELOAD
122 set when executed.
123 .It Ic bar_action
124 External script that populates additional information in the status bar,
125 such as battery life.
126 .It Ic bar_at_bottom
127 Place the statusbar at the bottom of each region instead of the top.
128 .It Ic bar_border Ns Bq Ar x
129 Border color of the status bar(s) in screen
130 .Ar x .
131 .It Ic bar_border_unfocus Ns Bq Ar x
132 Border color of the status bar(s) on unfocused region(s) in screen
133 .Ar x .
134 .It Ic bar_border_width
135 Set status bar border thickness in pixels.
136 Disable border by setting to 0.
137 .It Ic bar_color Ns Bq Ar x
138 Background color of the status bar(s) in screen
139 .Ar x .
140 .It Ic bar_enabled
141 Set default
142 .Ic bar_toggle
143 state; default is 1.
144 .It Ic bar_enabled_ws Ns Bq Ar x
145 Set default
146 .Ic bar_toggle_ws
147 state on workspace
148 .Ar x ;
149 default is 1.
150 .It Ic bar_font
151 Font used in the status bar.
152 Either Xft or X Logical Font Description (XLFD) may be used to specify fonts.
153 Fallback fonts may be specified by separating each font with a comma.
154 If all entries are in XLFD syntax, font set will be used.
155 If at least one entry is Xft, Xft will be used.
156 Note that if Xft is in use, only the first font that successfully loads will
157 be used regardless of missing glyphs.
158 The default is to use font set.
159 Also note that
160 .Xr dmenu 1
161 does not support Xft fonts.
162 .Pp
163 Xft examples:
164 .Bd -literal -offset indent
165 bar_font = Terminus:style=Regular:pixelsize=14:antialias=true
166
167 bar_font = -*-profont-medium-*-*-*-11-*-*-*-*-*-*-*,Terminus:pixelsize=14,\
168 -*-clean-medium-*-*-*-12-*-*-*-*-*-*-*
169 .Ed
170 .Pp
171 Font set examples:
172 .Bd -literal -offset indent
173 bar_font = -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
174
175 bar_font = -*-profont-medium-*-*-*-11-*-*-*-*-*-*-*,\
176 -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*,\
177 -*-clean-medium-*-*-*-12-*-*-*-*-*-*-*
178 .Ed
179 .Pp
180 To list the available fonts in your system see
181 .Xr fc-list 1
182 or
183 .Xr xlsfonts 1
184 manpages.
185 The
186 .Xr xfontsel 1
187 application can help with the XLFD setting.
188 .It Ic bar_font_color Ns Bq Ar x
189 Color of the font in status bar in screen
190 .Ar x .
191 .It Ic bar_format
192 Set the bar format string, overriding
193 .Ic clock_format
194 and all of the
195 .Ic enabled
196 options.
197 The format is passed through
198 .Xr strftime 3
199 before being used.
200 It may contain the following character sequences:
201 .Bl -column "Character sequence" "Replaced with" -offset indent
202 .It Sy "Character sequence" Ta Sy "Replaced with"
203 .It Li "+<" Ta "Pad with a space"
204 .It Li "+A" Ta "Output of the external script"
205 .It Li "+C" Ta "Window class (from WM_CLASS)"
206 .It Li "+D" Ta "Workspace name"
207 .It Li "+F" Ta "Floating indicator"
208 .It Li "+I" Ta "Workspace index"
209 .It Li "+M" Ta "Number of iconic (minimized) windows in workspace"
210 .It Li "+N" Ta "Screen number"
211 .It Li "+P" Ta "Window class and instance separated by a colon"
212 .It Li "+S" Ta "Stacking algorithm"
213 .It Li "+T" Ta "Window instance (from WM_CLASS)"
214 .It Li "+U" Ta "Urgency hint"
215 .It Li "+V" Ta "Program version"
216 .It Li "+W" Ta "Window name (from _NET_WM_NAME/WM_NAME)"
217 .It Li "++" Ta "A literal" Ql +
218 .El
219 .Pp
220 All character sequences may limit its output to a specific length, for
221 example +64A.
222 Any characters that don't match the specification are copied as-is.
223 .It Ic bar_justify
224 Justify the status bar text.
225 Possible values are
226 .Ar left ,
227 .Ar center ,
228 and
229 .Ar right .
230 .Pp
231 Note that if the output is not left justified, it may not be properly
232 aligned in some circumstances, due to the white-spaces in the default
233 static format.
234 See the
235 .Ic bar_format
236 option for more details.
237 .It Ic bind Ns Bq Ar x
238 Bind key combo to action
239 .Ar x .
240 See the
241 .Sx BINDINGS
242 section below.
243 .It Ic border_width
244 Set window border thickness in pixels.
245 Disable all borders by setting to 0.
246 .It Ic boundary_width
247 Set region containment boundary width in pixels.
248 This is how far a window must be dragged/resized beyond the region edge
249 before it is allowed outside the region.
250 This has no effect when manipulating the window with key bindings.
251 Disable the window containment effect by setting to 0.
252 .It Ic clock_enabled
253 Enable or disable displaying the clock in the status bar.
254 Disable by setting to 0
255 so a custom clock could be used in the
256 .Ic bar_action
257 script.
258 .It Ic iconic_enabled
259 Display the number of iconic (minimized) windows in the status bar.
260 Enable by setting to 1.
261 .It Ic color_focus
262 Border color of the currently focused window.
263 Default is red.
264 .It Ic color_focus_maximized
265 Border color of the currently focused, maximized window.
266 Defaults to the value of
267 .Ic color_focus .
268 .It Ic color_unfocus
269 Border color of unfocused windows, default is rgb:88/88/88.
270 .It Ic color_unfocus_maximized
271 Border color of unfocused, maximized windows.
272 Defaults to the value of
273 .Ic color_unfocus .
274 .It Ic dialog_ratio
275 Some applications have dialogue windows that are too small to be useful.
276 This ratio is the screen size to what they will be resized.
277 For example, 0.6 is 60% of the physical screen size.
278 .It Ic disable_border
279 Remove border when bar is disabled and there is only one window on the
280 region.
281 .It Ic focus_close
282 Window to put focus when the focused window is closed.
283 Possible values are
284 .Ar first ,
285 .Ar next ,
286 .Ar previous
287 (default) and
288 .Ar last .
289 .Ar next
290 and
291 .Ar previous
292 are relative to the window that is closed.
293 .It Ic focus_close_wrap
294 Whether to allow the focus to jump to the last window when the first window
295 is closed or vice versa.
296 Disable by setting to 0.
297 .It Ic focus_default
298 Window to put focus when no window has been focused.
299 Possible values are
300 .Ar first
301 and
302 .Ar last
303 (default).
304 .It Ic focus_mode
305 Window focus behavior with respect to the mouse cursor.
306 Possible values:
307 .Pp
308 .Bl -tag -width "default" -offset indent -compact
309 .It Ar default
310 Set window focus on border crossings caused by cursor motion and
311 window interaction.
312 .It Ar follow
313 Set window focus on all cursor border crossings, including workspace switches
314 and changes to layout.
315 .It Ar manual
316 Set window focus on window interaction only.
317 .El
318 .It Ic java_workaround
319 Workaround a Java GUI rendering issue on non-reparenting window managers by
320 impersonating the LG3D window manager, written by Sun.
321 Default is 1.
322 .It Ic keyboard_mapping
323 Clear all key bindings and load new key bindings from the specified file.
324 This allows you to load pre-defined key bindings for your keyboard layout.
325 See the
326 .Sx KEYBOARD MAPPING FILES
327 section below for a list of keyboard mapping files that have been provided
328 for several keyboard layouts.
329 .It Ic layout
330 Select layout to use at start-of-day.
331 Defined in the format
332 .Li ws Ns Bo Ar idx Bc : Ns Ar master_grow : Ns Ar master_add : Ns Ar stack_inc : Ns Ar always_raise : Ns Ar stack_mode ,
333 e.g. ws[2]:-4:0:1:0:horizontal sets worskspace 2 to the horizontal stack
334 mode, shrinks the master area by 4 ticks and adds one window to the
335 stack, while maintaining default floating window behavior.
336 Possible
337 .Ar stack_mode
338 values are
339 .Ar vertical ,
340 .Ar vertical_flip ,
341 .Ar horizontal ,
342 .Ar horizontal_flip
343 and
344 .Ar fullscreen .
345 .Pp
346 See
347 .Ic master_grow ,
348 .Ic master_shrink ,
349 .Ic master_add ,
350 .Ic master_del ,
351 .Ic stack_inc ,
352 .Ic stack_dec ,
353 and
354 .Ic always_raise
355 for more information.
356 Note that the stacking options are complicated and have side-effects.
357 One should familiarize oneself with these commands before experimenting
358 with the
359 .Ic layout
360 option.
361 .Pp
362 This setting is not retained at restart.
363 .It Ic modkey
364 Change mod key.
365 Mod1 is generally the ALT key and Mod4 is the windows key on a PC.
366 .It Ic name
367 Set the name of a workspace at start-of-day.
368 Defined in the format
369 .Li ws Ns Bo Ar idx Bc : Ns Ar name ,
370 e.g. ws[1]:Console sets the name of workspace 1 to
371 .Dq Console .
372 .It Ic program Ns Bq Ar p
373 Define new action to spawn a program
374 .Ar p .
375 See the
376 .Sx PROGRAMS
377 section below.
378 .It Ic quirk Ns Bq Ar c Ns Li : Ns Ar i Ns Li : Ns Ar n
379 Add "quirk" for windows with class
380 .Ar c ,
381 instance
382 .Ar i
383 and name
384 .Ar n .
385 See the
386 .Sx QUIRKS
387 section below.
388 .It Ic region
389 Allocates a custom region, removing any autodetected regions which occupy the
390 same space on the screen.
391 Defined in the format
392 .Li screen Ns Bo Ar idx Ns Bc : Ns Ar width Ns x Ns Ar height Ns + Ns Ar x Ns + Ns Ar y ,
393 e.g. screen[1]:800x1200+0+0.
394 .Pp
395 To make a region span multiple monitors, create a region big enough to cover
396 them all, e.g. screen[1]:2048x768+0+0 makes the region span two monitors with
397 1024x768 resolution sitting one next to the other.
398 .It Ic region_padding
399 Pixel width of empty space within region borders.
400 Disable by setting to 0.
401 .It Ic spawn_position
402 Position in stack to place newly spawned windows.
403 Possible values are
404 .Ar first ,
405 .Ar next ,
406 .Ar previous
407 and
408 .Ar last
409 (default).
410 .Ar next
411 and
412 .Ar previous
413 are relative to the focused window.
414 .It Ic stack_enabled
415 Enable or disable displaying the current stacking algorithm in the status
416 bar.
417 .It Ic term_width
418 Set a preferred minimum width for the terminal.
419 If this value is greater than 0,
420 .Nm
421 will attempt to adjust the font sizes in the terminal to keep the terminal
422 width above this number as the window is resized.
423 Only
424 .Xr xterm 1
425 is currently supported.
426 The
427 .Xr xterm 1
428 binary must not be setuid or setgid, which it is by default on most systems.
429 Users may need to set program[term] (see the
430 .Sx PROGRAMS
431 section) to use an alternate copy of the
432 .Xr xterm 1
433 binary without the setgid bit set.
434 .It Ic tile_gap
435 Pixel width of empty space between tiled windows.
436 Negative values cause overlap.
437 Set this to the opposite of
438 .Ic border_width
439 to collapse the border between tiles.
440 Disable by setting to 0.
441 .It Ic urgent_collapse
442 Enables hiding of placeholders in the urgency hint indicator for workspaces that
443 do not have any urgent windows.
444 Enable by setting to 1.
445 .It Ic urgent_enabled
446 Enable or disable the urgency hint indicator in the status bar.
447 Note that many terminal emulators require an explicit setting for the bell
448 character to trigger urgency on the window.
449 In
450 .Xr xterm 1 ,
451 for example, one needs to add the following line to
452 .Pa .Xdefaults :
453 .Bd -literal -offset indent
454 xterm.bellIsUrgent: true
455 .Ed
456 .It Ic verbose_layout
457 Enable or disable displaying the current master window count and stack column/row
458 count in the status bar.
459 Enable by setting to 1.
460 See
461 .Ar master_add ,
462 .Ar master_del ,
463 .Ar stack_inc
464 and
465 .Ar stack_dec
466 for more information.
467 .It Ic window_class_enabled
468 Enable or disable displaying the window class name (from WM_CLASS) in the
469 status bar.
470 Enable by setting to 1.
471 .It Ic window_instance_enabled
472 Enable or disable displaying the window instance name (from WM_CLASS) in the
473 status bar.
474 Enable by setting to 1.
475 .It Ic window_name_enabled
476 Enable or disable displaying the window display name (from _NET_WM_NAME/WM_NAME)
477 in the status bar.
478 Enable by setting to 1.
479 .Pp
480 To prevent excessively large window names from pushing the remaining text off
481 the bar, it's limited to 64 characters, by default.
482 See the
483 .Ic bar_format
484 option for more details.
485 .It Ic warp_pointer
486 Centers the mouse pointer on the focused window when using key bindings to
487 change focus, switch workspaces, change regions, etc.
488 Enable by setting to 1.
489 .It Ic workspace_limit
490 Set the total number of workspaces available.
491 Minimum is 1, maximum is 22, default is 10.
492 .El
493 .Sh PROGRAMS
494 .Nm
495 allows you to define custom actions to launch programs of your choice and
496 then bind them the same as with built-in actions.
497 See the
498 .Sx BINDINGS
499 section below.
500 .Pp
501 Custom programs in the configuration file are specified as follows:
502 .Pp
503 .Dl program Ns Bo Ar action Bc = Ar progpath Op Ar arg Op Ar arg ...
504 .Pp
505 .Ar action
506 is any identifier that does not conflict with a built-in action or keyword,
507 .Ar progpath
508 is the desired program, and
509 .Ar arg
510 is zero or more arguments to the program.
511 .Pp
512 Remember that when using
513 .Ql #
514 in your program call, it must be escaped with a backslash, i.e. \e#
515 .Pp
516 The following argument variables will be substituted for values at the time the program
517 is spawned:
518 .Pp
519 .Bl -tag -width "$bar_font_color" -offset indent -compact
520 .It Cm $bar_border
521 .It Cm $bar_color
522 .It Cm $bar_font
523 .It Cm $bar_font_color
524 .It Cm $color_focus
525 .It Cm $color_unfocus
526 .It Cm $dmenu_bottom
527 \-b if
528 .Ic bar_at_bottom
529 is enabled.
530 .It Cm $region_index
531 .It Cm $workspace_index
532 .El
533 .Pp
534 Example:
535 .Bd -literal -offset indent
536 program[ff] = /usr/local/bin/firefox http://spectrwm.org/
537 bind[ff] = MOD+Shift+b # Now M-S-b launches firefox
538 .Ed
539 .Pp
540 To cancel the previous, unbind it:
541 .Bd -literal -offset indent
542 bind[] = MOD+Shift+b
543 .Ed
544 .Pp
545 Default programs:
546 .Bl -tag -width "screenshot_wind" -offset indent -compact
547 .It Cm lock
548 xlock
549 .It Cm menu
550 dmenu_run $dmenu_bottom \-fn $bar_font \-nb $bar_color \-nf $bar_font_color \-sb
551 $bar_border \-sf $bar_color
552 .It Cm term
553 xterm
554 .It Cm initscr
555 initscreen.sh # optional
556 .It Cm screenshot_all
557 screenshot.sh full # optional
558 .It Cm screenshot_wind
559 screenshot.sh window # optional
560 .El
561 .Pp
562 Note that optional default programs will not be validated unless overridden.
563 If a default program fails validation, you can resolve the exception
564 by installing the program, modifying the program call or disabling the program
565 by freeing the respective key binding.
566 .Pp
567 For example, to override
568 .Ic lock :
569 .Bd -literal -offset indent
570 program[lock] = xscreensaver\-command \-lock
571 .Ed
572 .Pp
573 To unbind
574 .Ic lock
575 and prevent it from being validated:
576 .Bd -literal -offset indent
577 bind[] = MOD+Shift+Delete
578 .Ed
579 .Sh BINDINGS
580 .Nm
581 provides many functions (or actions) accessed via key or mouse bindings.
582 .Pp
583 The current mouse bindings are described below:
584 .Pp
585 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
586 .It Cm M1
587 Focus window
588 .It Cm M-M1
589 Move window
590 .It Cm M-M3
591 Resize window
592 .It Cm M-S-M3
593 Resize window while maintaining it centered
594 .El
595 .Pp
596 The default key bindings are described below:
597 .Pp
598 .Bl -tag -width "M-j, M-<TAB>XXXXXX" -offset indent -compact
599 .It Cm M-S- Ns Aq Cm Return
600 term
601 .It Cm M-p
602 menu
603 .It Cm M-S-q
604 quit
605 .It Cm M-q
606 restart
607 .It Cm M- Ns Aq Cm Space
608 cycle_layout
609 .It Cm M-S-\e
610 flip_layout
611 .It Cm M-S- Ns Aq Cm Space
612 stack_reset
613 .It Cm M-h
614 master_shrink
615 .It Cm M-l
616 master_grow
617 .It Cm M-,
618 master_add
619 .It Cm M-.
620 master_del
621 .It Cm M-S-,
622 stack_inc
623 .It Cm M-S-.
624 stack_dec
625 .It Cm M- Ns Aq Cm Return
626 swap_main
627 .It Xo
628 .Cm M-j ,
629 .Cm M- Ns Aq Cm TAB
630 .Xc
631 focus_next
632 .It Xo
633 .Cm M-k ,
634 .Cm M-S- Ns Aq Cm TAB
635 .Xc
636 focus_prev
637 .It Cm M-m
638 focus_main
639 .It Cm M-u
640 focus_urgent
641 .It Cm M-S-j
642 swap_next
643 .It Cm M-S-k
644 swap_prev
645 .It Cm M-b
646 bar_toggle
647 .It Cm M-S-b
648 bar_toggle_ws
649 .It Cm M-x
650 wind_del
651 .It Cm M-S-x
652 wind_kill
653 .It Cm M- Ns Aq Ar 1-9,0,F1-F12
654 .Pf ws_ Aq Ar 1-22
655 .It Cm M-S- Ns Aq Ar 1-9,0,F1-F12
656 .Pf mvws_ Ns Aq Ar 1-22
657 .It Cm M- Ns Aq Ar Keypad 1-9
658 .Pf rg_ Aq Ar 1-9
659 .It Cm M-S- Ns Aq Ar Keypad 1-9
660 .Pf mvrg_ Aq Ar 1-9
661 .It Cm M- Ns Aq Cm Right
662 ws_next
663 .It Cm M- Ns Aq Cm Left
664 ws_prev
665 .It Cm M- Ns Aq Cm Up
666 ws_next_all
667 .It Cm M- Ns Aq Cm Down
668 ws_prev_all
669 .It Cm M-a
670 ws_next_move
671 .It Cm M-S- Ns Aq Cm Left
672 ws_prev_move
673 .It Cm M-S- Ns Aq Cm Up
674 ws_prior
675 .It Cm M-S- Ns Aq Cm Right
676 rg_next
677 .It Cm M-S- Ns Aq Cm Left
678 rg_prev
679 .It Cm M-s
680 screenshot_all
681 .It Cm M-S-s
682 screenshot_wind
683 .It Cm M-S-v
684 version
685 .It Cm M-t
686 float_toggle
687 .It Cm M-S- Ns Aq Cm Delete
688 lock
689 .It Cm M-S-i
690 initscr
691 .It Cm M-w
692 iconify
693 .It Cm M-S-w
694 uniconify
695 .It Cm M-e
696 maximize_toggle
697 .It Cm M-S-r
698 always_raise
699 .It Cm M-v
700 button2
701 .It Cm M--
702 width_shrink
703 .It Cm M-=
704 width_grow
705 .It Cm M-S--
706 height_shrink
707 .It Cm M-S-=
708 height_grow
709 .It Cm M-[
710 move_left
711 .It Cm M-]
712 move_right
713 .It Cm M-S-[
714 move_up
715 .It Cm M-S-]
716 move_down
717 .It Cm M-S-/
718 name_workspace
719 .It Cm M-/
720 search_workspace
721 .It Cm M-f
722 search_win
723 .El
724 .Pp
725 The action names and descriptions are listed below:
726 .Pp
727 .Bl -tag -width "M-j, M-<TAB>XXXX" -offset indent -compact
728 .It Cm term
729 Spawn a new terminal
730 (see
731 .Sx PROGRAMS
732 above).
733 .It Cm menu
734 Menu
735 (see
736 .Sx PROGRAMS
737 above).
738 .It Cm quit
739 Quit
740 .Nm .
741 .It Cm restart
742 Restart
743 .Nm .
744 .It Cm cycle_layout
745 Cycle layout.
746 .It Cm flip_layout
747 Swap the master and stacking areas.
748 .It Cm stack_reset
749 Reset layout.
750 .It Cm master_shrink
751 Shrink master area.
752 .It Cm master_grow
753 Grow master area.
754 .It Cm master_add
755 Add windows to master area.
756 .It Cm master_del
757 Remove windows from master area.
758 .It Cm stack_inc
759 Add columns/rows to stacking area.
760 .It Cm stack_dec
761 Remove columns/rows from stacking area.
762 .It Cm swap_main
763 Move current window to master area.
764 .It Cm focus_next
765 Focus next window in workspace.
766 .It Cm focus_prev
767 Focus previous window in workspace.
768 .It Cm focus_main
769 Focus on main window in workspace.
770 .It Cm focus_urgent
771 Focus on next window with the urgency hint flag set.
772 The workspace is switched if needed.
773 .It Cm swap_next
774 Swap with next window in workspace.
775 .It Cm swap_prev
776 Swap with previous window in workspace.
777 .It Cm bar_toggle
778 Toggle overall visibility of status bars.
779 .It Cm bar_toggle_ws
780 Toggle status bar on current workspace.
781 .It Cm wind_del
782 Delete current window in workspace.
783 .It Cm wind_kill
784 Destroy current window in workspace.
785 .It Cm ws_ Ns Ar n
786 Switch to workspace
787 .Ar n ,
788 where
789 .Ar n
790 is 1 through
791 .Ic workspace_limit .
792 .It Cm mvws_ Ns Ar n
793 Move current window to workspace
794 .Ar n ,
795 where
796 .Ar n
797 is 1 through
798 .Ic workspace_limit .
799 .It Cm rg_ Ns Ar n
800 Focus on region
801 .Ar n ,
802 where
803 .Ar n
804 is 1 through 9.
805 .It Cm mvrg_ Ns Ar n
806 Move current window to region
807 .Ar n ,
808 where
809 .Ar n
810 is 1 through 9.
811 .It Cm ws_next
812 Switch to next workspace with a window in it.
813 .It Cm ws_prev
814 Switch to previous workspace with a window in it.
815 .It Cm ws_next_all
816 Switch to next workspace.
817 .It Cm ws_prev_all
818 Switch to previous workspace.
819 .It Cm ws_next_move
820 Switch to next workspace with the current window.
821 .It Cm ws_prev_move
822 Switch to previous workspace with the current window.
823 .It Cm ws_prior
824 Switch to last visited workspace.
825 .It Cm rg_next
826 Switch to next region.
827 .It Cm rg_prev
828 Switch to previous region.
829 .It Cm screenshot_all
830 Take screenshot of entire screen (if enabled)
831 (see
832 .Sx PROGRAMS
833 above).
834 .It Cm screenshot_wind
835 Take screenshot of selected window (if enabled)
836 (see
837 .Sx PROGRAMS
838 above).
839 .It Cm version
840 Toggle version in status bar.
841 .It Cm float_toggle
842 Toggle focused window between tiled and floating.
843 .It Cm lock
844 Lock screen
845 (see
846 .Sx PROGRAMS
847 above).
848 .It Cm initscr
849 Reinitialize physical screens
850 (see
851 .Sx PROGRAMS
852 above).
853 .It Cm iconify
854 Minimize (unmap) currently focused window.
855 .It Cm uniconify
856 Restore (map) window returned by
857 .Xr dmenu 1
858 selection.
859 .It Cm maximize_toggle
860 Toggle maximization of focused window.
861 .It Cm always_raise
862 When set tiled windows are allowed to obscure floating windows.
863 .It Cm button2
864 Fake a middle mouse button click (mouse button 2).
865 .It Cm width_shrink
866 Shrink the width of a floating window.
867 .It Cm width_grow
868 Grow the width of a floating window.
869 .It Cm height_shrink
870 Shrink the height of a floating window.
871 .It Cm height_grow
872 Grow the height of a floating window.
873 .It Cm move_left
874 Move a floating window a step to the left.
875 .It Cm move_right
876 Move a floating window a step to the right.
877 .It Cm move_up
878 Move a floating window a step upwards.
879 .It Cm move_down
880 Move a floating window a step downwards.
881 .It Cm name_workspace
882 Name the current workspace.
883 .It Cm search_workspace
884 Search for a workspace.
885 .It Cm search_win
886 Search the windows in the current workspace.
887 .El
888 .Pp
889 Custom bindings in the configuration file are specified as follows:
890 .Pp
891 .Dl bind Ns Bo Ar action Bc = Ar keys
892 .Pp
893 .Ar action
894 is one of the actions listed above (or empty to unbind) and
895 .Ar keys
896 is in the form of zero or more modifier keys
897 (MOD, Mod1, Shift, etc.) and one or more normal keys
898 (b, Space, etc.), separated by
899 .Ql + .
900 .Pp
901 Example:
902 .Bd -literal -offset indent
903 bind[reset] = Mod4+q # bind Windows-key + q to reset
904 bind[] = Mod1+q # unbind Alt + q
905 .Ed
906 .Pp
907 To use the currently defined
908 .Ic modkey ,
909 specify MOD as the modifier key.
910 .Pp
911 Multiple key combinations may be bound to the same action.
912 .Pp
913 To bind non-latin characters such as \[oa] or \[*p] you must enter the xkb
914 character name instead of the character itself.
915 Run
916 .Xr xev 1 ,
917 focus the window and press the specific key and in the terminal output read
918 the symbol name.
919 In the following example for \[oa]:
920 .Bd -literal -offset indent
921 KeyPress event, serial 41, synthetic NO, window 0x2600001,
922 root 0x15a, subw 0x0, time 106213808, (11,5), root:(359,823),
923 state 0x0, keycode 24 (keysym 0xe5, aring), same_screen YES,
924 XLookupString gives 2 bytes: (c3 a5) "\[oa]"
925 XmbLookupString gives 2 bytes: (c3 a5) "\[oa]"
926 XFilterEvent returns: False
927 .Ed
928 .Pp
929 The xkb name is aring.
930 In other words, in
931 .Pa spectrwm.conf
932 add:
933 .Bd -literal -offset indent
934 bind[program] = MOD+aring
935 .Ed
936 .Sh KEYBOARD MAPPING FILES
937 Keyboard mapping files for several keyboard layouts are listed
938 below.
939 These files can be used with the
940 .Ic keyboard_mapping
941 setting to load pre-defined key bindings for the specified
942 keyboard layout.
943 .Pp
944 .Bl -tag -width "spectrwm_XX.confXXX" -offset indent -compact
945 .It Cm spectrwm_cz.conf
946 Czech Republic keyboard layout
947 .It Cm spectrwm_es.conf
948 Spanish keyboard layout
949 .It Cm spectrwm_fr.conf
950 French keyboard layout
951 .It Cm spectrwm_fr_ch.conf
952 Swiss French keyboard layout
953 .It Cm spectrwm_se.conf
954 Swedish keyboard layout
955 .It Cm spectrwm_us.conf
956 United States keyboard layout
957 .El
958 .Sh QUIRKS
959 .Nm
960 provides "quirks" which handle windows that must be treated specially
961 in a tiling window manager, such as some dialogs and fullscreen apps.
962 .Pp
963 The default quirks are described below:
964 .Pp
965 .Bl -tag -width "OpenOffice.org N.M:VCLSalFrame<TAB>XXX" -offset indent \
966 -compact
967 .It Firefox\-bin:firefox\-bin
968 TRANSSZ
969 .It Firefox:Dialog
970 FLOAT
971 .It Gimp:gimp
972 FLOAT + ANYWHERE
973 .It MPlayer:xv
974 FLOAT + FULLSCREEN + FOCUSPREV
975 .It OpenOffice.org 2.4:VCLSalFrame
976 FLOAT
977 .It OpenOffice.org 3.1:VCLSalFrame
978 FLOAT
979 .It pcb:pcb
980 FLOAT
981 .It xine:Xine Window
982 FLOAT + ANYWHERE
983 .It xine:xine Panel
984 FLOAT + ANYWHERE
985 .It xine:xine Video Fullscreen Window
986 FULLSCREEN + FLOAT
987 .It Xitk:Xitk Combo
988 FLOAT + ANYWHERE
989 .It Xitk:Xine Window
990 FLOAT + ANYWHERE
991 .It XTerm:xterm
992 XTERM_FONTADJ
993 .El
994 .Pp
995 The quirks themselves are described below:
996 .Pp
997 .Bl -tag -width "XTERM_FONTADJ<TAB>XXX" -offset indent -compact
998 .It FLOAT
999 This window should not be tiled, but allowed to float freely.
1000 .It TRANSSZ
1001 Adjusts size on transient windows that are too small using
1002 .Ic dialog_ratio
1003 (see
1004 .Sx CONFIGURATION FILES ) .
1005 .It ANYWHERE
1006 Allow window to position itself, uncentered.
1007 .It XTERM_FONTADJ
1008 Adjust
1009 .Xr xterm 1
1010 fonts when resizing.
1011 .It FULLSCREEN
1012 Remove border to allow window to use full region size.
1013 .It FOCUSPREV
1014 On exit force focus on previously focused application not previous
1015 application in the stack.
1016 .It NOFOCUSONMAP
1017 Don't change focus to the window when it first appears on the screen.
1018 Has no effect when
1019 .Ic focus_mode
1020 is set to
1021 .Ar follow .
1022 .It FOCUSONMAP_SINGLE
1023 When the window first appears on the screen, change focus to the window
1024 if there are no other windows on the workspace with the same WM_CLASS
1025 class/instance value.
1026 Has no effect when
1027 .Ic focus_mode
1028 is set to
1029 .Ar follow .
1030 .It OBEYAPPFOCUSREQ
1031 When an application requests focus on the window via a _NET_ACTIVE_WINDOW
1032 client message (source indication of 1), comply with the request.
1033 Note that a source indication of 0 (unspecified) or 2 (pager) are always
1034 obeyed.
1035 .It IGNOREPID
1036 Ignore the PID when determining the initial workspace for a new window.
1037 Especially useful for terminal windows that share a process.
1038 .It IGNORESPAWNWS
1039 Ignore the spawn workspace when determining the initial workspace for a
1040 new window.
1041 .It WS Ns Bq Ar n
1042 Force a new window to appear on workspace
1043 .Ar n .
1044 .El
1045 .Pp
1046 Custom quirks in the configuration file are specified as follows:
1047 .Pp
1048 .Dl quirk Ns Bo Ar class Ns Bo : Ns Ar instance Ns Bo : Ns Ar name Bc Bc Bc = Ar quirk Op + Ar quirk ...
1049 .Pp
1050 .Ar class ,
1051 .Ar instance
1052 (optional) and
1053 .Ar name
1054 (optional) are patterns used to determine which window(s) the quirk(s) apply
1055 to and
1056 .Ar quirk
1057 is one of the quirks from the list above.
1058 .Pp
1059 Note that patterns are interpreted as POSIX Extended Regular Expressions.
1060 Any ':', '[' or ']' must be escaped with '\\'.
1061 See
1062 .Xr regex 7
1063 for more information on POSIX Extended Regular Expressions.
1064 .Pp
1065 For example:
1066 .Bd -literal -offset indent
1067 quirk[MPlayer] = FLOAT + FULLSCREEN + FOCUSPREV # Float all windows having a \
1068 class of 'MPlayer'
1069 quirk[.*] = FLOAT # Float all windows by default.
1070 quirk[.*:.*:.*] = FLOAT # Same as above.
1071 quirk[Firefox:Navigator] = FLOAT # Float all Firefox browser windows.
1072 quirk[::Console] = FLOAT # Float windows with WM_CLASS not set and a \
1073 window name of 'Console'.
1074 quirk[\\[0-9\\].*:.*:\\[\\[\\:alnum\\:\\]\\]*] = FLOAT # Float windows with WM_CLASS \
1075 class beginning with a number, any WM_CLASS instance and a \
1076 _NET_WM_NAME/WM_NAME either blank or containing alphanumeric characters without spaces.
1077 quirk[pcb:pcb] = NONE # remove existing quirk
1078 .Ed
1079 .Pp
1080 You can obtain
1081 .Ar class ,
1082 .Ar instance
1083 and
1084 .Ar name
1085 by running
1086 .Xr xprop 1
1087 and then clicking on the desired window.
1088 In the following example the main window of Firefox was clicked:
1089 .Bd -literal -offset indent
1090 $ xprop | grep \-E "^(WM_CLASS|_NET_WM_NAME|WM_NAME)"
1091 WM_CLASS(STRING) = "Navigator", "Firefox"
1092 WM_NAME(STRING) = "spectrwm - ConformalOpenSource"
1093 _NET_WM_NAME(UTF8_STRING) = "spectrwm - ConformalOpenSource"
1094 .Ed
1095 .Pp
1096 Note that
1097 .Xr xprop 1
1098 displays WM_CLASS as:
1099 .Bd -literal -offset indent
1100 WM_CLASS(STRING) = "<instance>", "<class>"
1101 .Ed
1102 .Pp
1103 In the example above the quirk entry would be:
1104 .Bd -literal -offset indent
1105 quirk[Firefox:Navigator] = FLOAT
1106 .Ed
1107 .Pp
1108 .Nm
1109 also automatically assigns quirks to windows based on the value
1110 of the window's _NET_WM_WINDOW_TYPE property as follows:
1111 .Pp
1112 .Bl -tag -width "_NET_WM_WINDOW_TYPE_TOOLBAR<TAB>XXX" -offset indent -compact
1113 .It _NET_WM_WINDOW_TYPE_DOCK
1114 FLOAT + ANYWHERE
1115 .It _NET_WM_WINDOW_TYPE_TOOLBAR
1116 FLOAT + ANYWHERE
1117 .It _NET_WM_WINDOW_TYPE_UTILITY
1118 FLOAT + ANYWHERE
1119 .It _NET_WM_WINDOW_TYPE_SPLASH
1120 FLOAT
1121 .It _NET_WM_WINDOW_TYPE_DIALOG
1122 FLOAT
1123 .El
1124 .Pp
1125 In all other cases, no automatic quirks are assigned to the window.
1126 Quirks specified in the configuration file override the automatic quirks.
1127 .Sh EWMH
1128 .Nm
1129 partially implements the Extended Window Manager Hints (EWMH) specification.
1130 This enables controlling windows as well as
1131 .Nm
1132 itself from external scripts and programs.
1133 This is achieved by
1134 .Nm
1135 responding to certain ClientMessage events.
1136 From the terminal these events
1137 can be conveniently sent using tools such as
1138 .Xr wmctrl 1
1139 and
1140 .Xr xdotool 1 .
1141 For the
1142 actual format of these ClientMessage events, see the EWMH specification.
1143 .Pp
1144 The id of the currently focused window is stored in the _NET_ACTIVE_WINDOW
1145 property of the root window.
1146 This can be used for example to retrieve the
1147 title of the currently active window with
1148 .Xr xprop 1
1149 and
1150 .Xr grep 1 :
1151 .Bd -literal -offset indent
1152 $ WINDOWID=`xprop \-root _NET_ACTIVE_WINDOW | grep \-o "0x.*"`
1153 $ xprop \-id $WINDOWID _NET_WM_NAME | grep \-o "\\".*\\""
1154 .Ed
1155 .Pp
1156 A window can be focused by sending a _NET_ACTIVE_WINDOW client message
1157 to the root window.
1158 For example, using
1159 .Xr wmctrl 1
1160 to send the message
1161 (assuming 0x4a0000b is the id of the window to be focused):
1162 .Bd -literal -offset indent
1163 $ wmctrl \-i \-a 0x4a0000b
1164 .Ed
1165 .Pp
1166 Windows can be closed by sending a _NET_CLOSE_WINDOW client message
1167 to the root window.
1168 For example, using
1169 .Xr wmctrl 1
1170 to send the message
1171 (assuming 0x4a0000b is the id of the window to be closed):
1172 .Bd -literal -offset indent
1173 $ wmctrl \-i \-c 0x4a0000b
1174 .Ed
1175 .Pp
1176 Windows can be floated and un-floated by adding or removing the
1177 _NET_WM_STATE_ABOVE atom from the _NET_WM_STATE property of the window.
1178 This can be achieved by sending a _NET_WM_STATE client message to the
1179 root window.
1180 For example, the following toggles the floating state of
1181 a window using
1182 .Xr wmctrl 1
1183 to send the message (assuming 0x4a0000b is the id of the window to be
1184 floated or un-floated):
1185 .Bd -literal -offset indent
1186 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_ABOVE
1187 .Ed
1188 .Pp
1189 Windows can also be iconified and un-iconified by substituting
1190 _NET_WM_STATE_HIDDEN for _NET_WM_STATE_ABOVE in the previous example:
1191 .Bd -literal -offset indent
1192 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_HIDDEN
1193 .Ed
1194 .Pp
1195 Floating windows can also be resized and moved by sending a
1196 _NET_MOVERESIZE_WINDOW client message to the root window.
1197 For example,
1198 using
1199 .Xr wmctrl 1
1200 to send the message (assuming 0x4a0000b is the id of
1201 the window to be resize/moved):
1202 .Bd -literal -offset indent
1203 $ wmctrl \-i \-r 0x4a0000b \-e 0,100,50,640,480
1204 .Ed
1205 .Pp
1206 This moves the window to (100,50) and resizes it to 640x480.
1207 .Pp
1208 Any _NET_MOVERESIZE_WINDOW events received for stacked windows are ignored.
1209 .Sh SIGNALS
1210 Sending
1211 .Nm
1212 a HUP signal will restart it.
1213 .Sh FILES
1214 .Bl -tag -width "/etc/spectrwm.confXXX" -compact
1215 .It Pa ~/.spectrwm.conf
1216 .Nm
1217 user specific settings.
1218 .It Pa /etc/spectrwm.conf
1219 .Nm
1220 global settings.
1221 .El
1222 .Sh HISTORY
1223 .Nm
1224 was inspired by xmonad & dwm.
1225 .Sh AUTHORS
1226 .An -nosplit
1227 .Nm
1228 was written by:
1229 .Pp
1230 .Bl -tag -width "Ryan Thomas McBride Aq mcbride@countersiege.com " -offset \
1231 indent -compact
1232 .It Cm Marco Peereboom Aq marco@peereboom.us
1233 .It Cm Ryan Thomas McBride Aq mcbride@countersiege.com
1234 .It Cm Darrin Chandler Aq dwchandler@stilyagin.com
1235 .It Cm Pierre-Yves Ritschard Aq pyr@spootnik.org
1236 .It Cm Tuukka Kataja Aq stuge@xor.fi
1237 .It Cm Jason L. Wright Aq jason@thought.net
1238 .It Cm Reginald Kennedy Aq rk@rejii.com
1239 .It Cm Lawrence Teo Aq lteo@lteo.net
1240 .It Cm Tiago Cunha Aq tcunha@gmx.com
1241 .It Cm David Hill Aq dhill@mindcry.org
1242 .El