]> code.delx.au - spectrwm/blob - spectrwm.1
Implement quirk NOFOCUSCYCLE to remove a window from the normal focus cycle.
[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 .Ic stack_balance ,
354 and
355 .Ic always_raise
356 for more information.
357 Note that the stacking options are complicated and have side-effects.
358 One should familiarize oneself with these commands before experimenting
359 with the
360 .Ic layout
361 option.
362 .Pp
363 This setting is not retained at restart.
364 .It Ic modkey
365 Change mod key.
366 Mod1 is generally the ALT key and Mod4 is the windows key on a PC.
367 .It Ic move_button
368 Change mouse button used for moving windows.
369 But1 is the left, But2 is the middle and But3 is the right mouse button.
370 .It Ic resize_button
371 Change mouse button used for resizing windows.
372 But1 is the left, But2 is the middle and But3 is the right mouse button.
373 .It Ic name
374 Set the name of a workspace at start-of-day.
375 Defined in the format
376 .Li ws Ns Bo Ar idx Bc : Ns Ar name ,
377 e.g. ws[1]:Console sets the name of workspace 1 to
378 .Dq Console .
379 .It Ic program Ns Bq Ar p
380 Define new action to spawn a program
381 .Ar p .
382 See the
383 .Sx PROGRAMS
384 section below.
385 .It Ic quirk Ns Bq Ar c Ns Li : Ns Ar i Ns Li : Ns Ar n
386 Add "quirk" for windows with class
387 .Ar c ,
388 instance
389 .Ar i
390 and name
391 .Ar n .
392 See the
393 .Sx QUIRKS
394 section below.
395 .It Ic region
396 Allocates a custom region, removing any autodetected regions which occupy the
397 same space on the screen.
398 Defined in the format
399 .Li screen Ns Bo Ar idx Ns Bc : Ns Ar width Ns x Ns Ar height Ns + Ns Ar x Ns + Ns Ar y ,
400 e.g. screen[1]:800x1200+0+0.
401 .Pp
402 To make a region span multiple monitors, create a region big enough to cover
403 them all, e.g. screen[1]:2048x768+0+0 makes the region span two monitors with
404 1024x768 resolution sitting one next to the other.
405 .It Ic region_padding
406 Pixel width of empty space within region borders.
407 Disable by setting to 0.
408 .It Ic spawn_position
409 Position in stack to place newly spawned windows.
410 Possible values are
411 .Ar first ,
412 .Ar next ,
413 .Ar previous
414 and
415 .Ar last
416 (default).
417 .Ar next
418 and
419 .Ar previous
420 are relative to the focused window.
421 .It Ic stack_enabled
422 Enable or disable displaying the current stacking algorithm in the status
423 bar.
424 .It Ic term_width
425 Set a preferred minimum width for the terminal.
426 If this value is greater than 0,
427 .Nm
428 will attempt to adjust the font sizes in the terminal to keep the terminal
429 width above this number as the window is resized.
430 Only
431 .Xr xterm 1
432 is currently supported.
433 The
434 .Xr xterm 1
435 binary must not be setuid or setgid, which it is by default on most systems.
436 Users may need to set program[term] (see the
437 .Sx PROGRAMS
438 section) to use an alternate copy of the
439 .Xr xterm 1
440 binary without the setgid bit set.
441 .It Ic tile_gap
442 Pixel width of empty space between tiled windows.
443 Negative values cause overlap.
444 Set this to the opposite of
445 .Ic border_width
446 to collapse the border between tiles.
447 Disable by setting to 0.
448 .It Ic urgent_collapse
449 Enables hiding of placeholders in the urgency hint indicator for workspaces that
450 do not have any urgent windows.
451 Enable by setting to 1.
452 .It Ic urgent_enabled
453 Enable or disable the urgency hint indicator in the status bar.
454 Note that many terminal emulators require an explicit setting for the bell
455 character to trigger urgency on the window.
456 In
457 .Xr xterm 1 ,
458 for example, one needs to add the following line to
459 .Pa .Xdefaults :
460 .Bd -literal -offset indent
461 xterm.bellIsUrgent: true
462 .Ed
463 .It Ic verbose_layout
464 Enable or disable displaying the current master window count and stack column/row
465 count in the status bar.
466 Enable by setting to 1.
467 See
468 .Ar master_add ,
469 .Ar master_del ,
470 .Ar stack_inc
471 and
472 .Ar stack_dec
473 for more information.
474 .It Ic window_class_enabled
475 Enable or disable displaying the window class name (from WM_CLASS) in the
476 status bar.
477 Enable by setting to 1.
478 .It Ic window_instance_enabled
479 Enable or disable displaying the window instance name (from WM_CLASS) in the
480 status bar.
481 Enable by setting to 1.
482 .It Ic window_name_enabled
483 Enable or disable displaying the window display name (from _NET_WM_NAME/WM_NAME)
484 in the status bar.
485 Enable by setting to 1.
486 .Pp
487 To prevent excessively large window names from pushing the remaining text off
488 the bar, it's limited to 64 characters, by default.
489 See the
490 .Ic bar_format
491 option for more details.
492 .It Ic warp_pointer
493 Centers the mouse pointer on the focused window when using key bindings to
494 change focus, switch workspaces, change regions, etc.
495 Enable by setting to 1.
496 .It Ic workspace_limit
497 Set the total number of workspaces available.
498 Minimum is 1, maximum is 22, default is 10.
499 .El
500 .Sh PROGRAMS
501 .Nm
502 allows you to define custom actions to launch programs of your choice and
503 then bind them the same as with built-in actions.
504 See the
505 .Sx BINDINGS
506 section below.
507 .Pp
508 Custom programs in the configuration file are specified as follows:
509 .Pp
510 .Dl program Ns Bo Ar action Bc = Ar progpath Op Ar arg Op Ar arg ...
511 .Pp
512 .Ar action
513 is any identifier that does not conflict with a built-in action or keyword,
514 .Ar progpath
515 is the desired program, and
516 .Ar arg
517 is zero or more arguments to the program.
518 .Pp
519 Remember that when using
520 .Ql #
521 in your program call, it must be escaped with a backslash, i.e. \e#
522 .Pp
523 The following argument variables will be substituted for values at the time the program
524 is spawned:
525 .Pp
526 .Bl -tag -width "$bar_font_color" -offset indent -compact
527 .It Cm $bar_border
528 .It Cm $bar_color
529 .It Cm $bar_font
530 .It Cm $bar_font_color
531 .It Cm $color_focus
532 .It Cm $color_unfocus
533 .It Cm $dmenu_bottom
534 \-b if
535 .Ic bar_at_bottom
536 is enabled.
537 .It Cm $region_index
538 .It Cm $workspace_index
539 .El
540 .Pp
541 Example:
542 .Bd -literal -offset indent
543 program[ff] = /usr/local/bin/firefox http://spectrwm.org/
544 bind[ff] = MOD+Shift+b # Now M-S-b launches firefox
545 .Ed
546 .Pp
547 To cancel the previous, unbind it:
548 .Bd -literal -offset indent
549 bind[] = MOD+Shift+b
550 .Ed
551 .Pp
552 Default programs:
553 .Bl -tag -width "screenshot_wind" -offset indent -compact
554 .It Cm lock
555 xlock
556 .It Cm menu
557 dmenu_run $dmenu_bottom \-fn $bar_font \-nb $bar_color \-nf $bar_font_color \-sb
558 $bar_border \-sf $bar_color
559 .It Cm term
560 xterm
561 .It Cm initscr
562 initscreen.sh # optional
563 .It Cm screenshot_all
564 screenshot.sh full # optional
565 .It Cm screenshot_wind
566 screenshot.sh window # optional
567 .El
568 .Pp
569 Note that optional default programs will not be validated unless overridden.
570 If a default program fails validation, you can resolve the exception
571 by installing the program, modifying the program call or disabling the program
572 by freeing the respective key binding.
573 .Pp
574 For example, to override
575 .Ic lock :
576 .Bd -literal -offset indent
577 program[lock] = xscreensaver\-command \-lock
578 .Ed
579 .Pp
580 To unbind
581 .Ic lock
582 and prevent it from being validated:
583 .Bd -literal -offset indent
584 bind[] = MOD+Shift+Delete
585 .Ed
586 .Sh BINDINGS
587 .Nm
588 provides many functions (or actions) accessed via key or mouse bindings.
589 .Pp
590 The current mouse bindings are described below:
591 .Pp
592 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
593 .It Cm M1
594 Focus window
595 .It Cm M-M1
596 Move window
597 .It Cm M-M3
598 Resize window
599 .It Cm M-S-M3
600 Resize window while maintaining it centered
601 .El
602 .Pp
603 The default key bindings are described below:
604 .Pp
605 .Bl -tag -width "M-j, M-<TAB>XXXXXX" -offset indent -compact
606 .It Cm M-S- Ns Aq Cm Return
607 term
608 .It Cm M-p
609 menu
610 .It Cm M-S-q
611 quit
612 .It Cm M-q
613 restart
614 .It Cm M- Ns Aq Cm Space
615 cycle_layout
616 .It Cm M-S-\e
617 flip_layout
618 .It Cm M-S- Ns Aq Cm Space
619 stack_reset
620 .It Cm M-S-h
621 stack_balance
622 .It Cm M-h
623 master_shrink
624 .It Cm M-l
625 master_grow
626 .It Cm M-,
627 master_add
628 .It Cm M-.
629 master_del
630 .It Cm M-S-,
631 stack_inc
632 .It Cm M-S-.
633 stack_dec
634 .It Cm M- Ns Aq Cm Return
635 swap_main
636 .It Xo
637 .Cm M-j ,
638 .Cm M- Ns Aq Cm TAB
639 .Xc
640 focus_next
641 .It Xo
642 .Cm M-k ,
643 .Cm M-S- Ns Aq Cm TAB
644 .Xc
645 focus_prev
646 .It Cm M-m
647 focus_main
648 .It Cm M-u
649 focus_urgent
650 .It Cm M-S-j
651 swap_next
652 .It Cm M-S-k
653 swap_prev
654 .It Cm M-b
655 bar_toggle
656 .It Cm M-S-b
657 bar_toggle_ws
658 .It Cm M-x
659 wind_del
660 .It Cm M-S-x
661 wind_kill
662 .It Cm M- Ns Aq Ar 1-9,0,F1-F12
663 .Pf ws_ Aq Ar 1-22
664 .It Cm M-S- Ns Aq Ar 1-9,0,F1-F12
665 .Pf mvws_ Ns Aq Ar 1-22
666 .It Cm M- Ns Aq Ar Keypad 1-9
667 .Pf rg_ Aq Ar 1-9
668 .It Cm M-S- Ns Aq Ar Keypad 1-9
669 .Pf mvrg_ Aq Ar 1-9
670 .It Cm M- Ns Aq Cm Right
671 ws_next
672 .It Cm M- Ns Aq Cm Left
673 ws_prev
674 .It Cm M- Ns Aq Cm Up
675 ws_next_all
676 .It Cm M- Ns Aq Cm Down
677 ws_prev_all
678 .It Cm M-a
679 ws_prior
680 .It Cm M-S- Ns Aq Cm Left
681 ws_prev_move
682 .It Cm M-S- Ns Aq Cm Up
683 ws_next_move
684 .It Cm M-S- Ns Aq Cm Right
685 rg_next
686 .It Cm M-S- Ns Aq Cm Left
687 rg_prev
688 .It Cm M-s
689 screenshot_all
690 .It Cm M-S-s
691 screenshot_wind
692 .It Cm M-S-v
693 version
694 .It Cm M-t
695 float_toggle
696 .It Cm M-S- Ns Aq Cm Delete
697 lock
698 .It Cm M-S-i
699 initscr
700 .It Cm M-w
701 iconify
702 .It Cm M-S-w
703 uniconify
704 .It Cm M-e
705 maximize_toggle
706 .It Cm M-S-r
707 always_raise
708 .It Cm M-v
709 button2
710 .It Cm M--
711 width_shrink
712 .It Cm M-=
713 width_grow
714 .It Cm M-S--
715 height_shrink
716 .It Cm M-S-=
717 height_grow
718 .It Cm M-[
719 move_left
720 .It Cm M-]
721 move_right
722 .It Cm M-S-[
723 move_up
724 .It Cm M-S-]
725 move_down
726 .It Cm M-S-/
727 name_workspace
728 .It Cm M-/
729 search_workspace
730 .It Cm M-f
731 search_win
732 .El
733 .Pp
734 The action names and descriptions are listed below:
735 .Pp
736 .Bl -tag -width "M-j, M-<TAB>XXXX" -offset indent -compact
737 .It Cm term
738 Spawn a new terminal
739 (see
740 .Sx PROGRAMS
741 above).
742 .It Cm menu
743 Menu
744 (see
745 .Sx PROGRAMS
746 above).
747 .It Cm quit
748 Quit
749 .Nm .
750 .It Cm restart
751 Restart
752 .Nm .
753 .It Cm cycle_layout
754 Cycle layout.
755 .It Cm flip_layout
756 Swap the master and stacking areas.
757 .It Cm stack_reset
758 Reset layout.
759 .It Cm stack_balance
760 Balance master/stacking area.
761 .It Cm master_shrink
762 Shrink master area.
763 .It Cm master_grow
764 Grow master area.
765 .It Cm master_add
766 Add windows to master area.
767 .It Cm master_del
768 Remove windows from master area.
769 .It Cm stack_inc
770 Add columns/rows to stacking area.
771 .It Cm stack_dec
772 Remove columns/rows from stacking area.
773 .It Cm swap_main
774 Move current window to master area.
775 .It Cm focus_next
776 Focus next window in workspace.
777 .It Cm focus_prev
778 Focus previous window in workspace.
779 .It Cm focus_main
780 Focus on main window in workspace.
781 .It Cm focus_urgent
782 Focus on next window with the urgency hint flag set.
783 The workspace is switched if needed.
784 .It Cm swap_next
785 Swap with next window in workspace.
786 .It Cm swap_prev
787 Swap with previous window in workspace.
788 .It Cm bar_toggle
789 Toggle overall visibility of status bars.
790 .It Cm bar_toggle_ws
791 Toggle status bar on current workspace.
792 .It Cm wind_del
793 Delete current window in workspace.
794 .It Cm wind_kill
795 Destroy current window in workspace.
796 .It Cm ws_ Ns Ar n
797 Switch to workspace
798 .Ar n ,
799 where
800 .Ar n
801 is 1 through
802 .Ic workspace_limit .
803 .It Cm mvws_ Ns Ar n
804 Move current window to workspace
805 .Ar n ,
806 where
807 .Ar n
808 is 1 through
809 .Ic workspace_limit .
810 .It Cm rg_ Ns Ar n
811 Focus on region
812 .Ar n ,
813 where
814 .Ar n
815 is 1 through 9.
816 .It Cm mvrg_ Ns Ar n
817 Move current window to region
818 .Ar n ,
819 where
820 .Ar n
821 is 1 through 9.
822 .It Cm ws_next
823 Switch to next workspace with a window in it.
824 .It Cm ws_prev
825 Switch to previous workspace with a window in it.
826 .It Cm ws_next_all
827 Switch to next workspace.
828 .It Cm ws_prev_all
829 Switch to previous workspace.
830 .It Cm ws_next_move
831 Switch to next workspace with the current window.
832 .It Cm ws_prev_move
833 Switch to previous workspace with the current window.
834 .It Cm ws_prior
835 Switch to last visited workspace.
836 .It Cm rg_next
837 Switch to next region.
838 .It Cm rg_prev
839 Switch to previous region.
840 .It Cm screenshot_all
841 Take screenshot of entire screen (if enabled)
842 (see
843 .Sx PROGRAMS
844 above).
845 .It Cm screenshot_wind
846 Take screenshot of selected window (if enabled)
847 (see
848 .Sx PROGRAMS
849 above).
850 .It Cm version
851 Toggle version in status bar.
852 .It Cm float_toggle
853 Toggle focused window between tiled and floating.
854 .It Cm lock
855 Lock screen
856 (see
857 .Sx PROGRAMS
858 above).
859 .It Cm initscr
860 Reinitialize physical screens
861 (see
862 .Sx PROGRAMS
863 above).
864 .It Cm iconify
865 Minimize (unmap) currently focused window.
866 .It Cm uniconify
867 Restore (map) window returned by
868 .Xr dmenu 1
869 selection.
870 .It Cm maximize_toggle
871 Toggle maximization of focused window.
872 .It Cm always_raise
873 When set tiled windows are allowed to obscure floating windows.
874 .It Cm button2
875 Fake a middle mouse button click (mouse button 2).
876 .It Cm width_shrink
877 Shrink the width of a floating window.
878 .It Cm width_grow
879 Grow the width of a floating window.
880 .It Cm height_shrink
881 Shrink the height of a floating window.
882 .It Cm height_grow
883 Grow the height of a floating window.
884 .It Cm move_left
885 Move a floating window a step to the left.
886 .It Cm move_right
887 Move a floating window a step to the right.
888 .It Cm move_up
889 Move a floating window a step upwards.
890 .It Cm move_down
891 Move a floating window a step downwards.
892 .It Cm name_workspace
893 Name the current workspace.
894 .It Cm search_workspace
895 Search for a workspace.
896 .It Cm search_win
897 Search the windows in the current workspace.
898 .El
899 .Pp
900 Custom bindings in the configuration file are specified as follows:
901 .Pp
902 .Dl bind Ns Bo Ar action Bc = Ar keys
903 .Pp
904 .Ar action
905 is one of the actions listed above (or empty to unbind) and
906 .Ar keys
907 is in the form of zero or more modifier keys
908 (MOD, Mod1, Shift, etc.) and one or more normal keys
909 (b, Space, etc.), separated by
910 .Ql + .
911 .Pp
912 Example:
913 .Bd -literal -offset indent
914 bind[reset] = Mod4+q # bind Windows-key + q to reset
915 bind[] = Mod1+q # unbind Alt + q
916 .Ed
917 .Pp
918 To use the currently defined
919 .Ic modkey ,
920 specify MOD as the modifier key.
921 .Pp
922 Multiple key combinations may be bound to the same action.
923 .Pp
924 To bind non-latin characters such as \[oa] or \[*p] you must enter the xkb
925 character name instead of the character itself.
926 Run
927 .Xr xev 1 ,
928 focus the window and press the specific key and in the terminal output read
929 the symbol name.
930 In the following example for \[oa]:
931 .Bd -literal -offset indent
932 KeyPress event, serial 41, synthetic NO, window 0x2600001,
933 root 0x15a, subw 0x0, time 106213808, (11,5), root:(359,823),
934 state 0x0, keycode 24 (keysym 0xe5, aring), same_screen YES,
935 XLookupString gives 2 bytes: (c3 a5) "\[oa]"
936 XmbLookupString gives 2 bytes: (c3 a5) "\[oa]"
937 XFilterEvent returns: False
938 .Ed
939 .Pp
940 The xkb name is aring.
941 In other words, in
942 .Pa spectrwm.conf
943 add:
944 .Bd -literal -offset indent
945 bind[program] = MOD+aring
946 .Ed
947 .Sh KEYBOARD MAPPING FILES
948 Keyboard mapping files for several keyboard layouts are listed
949 below.
950 These files can be used with the
951 .Ic keyboard_mapping
952 setting to load pre-defined key bindings for the specified
953 keyboard layout.
954 .Pp
955 .Bl -tag -width "spectrwm_XX.confXXX" -offset indent -compact
956 .It Cm spectrwm_cz.conf
957 Czech Republic keyboard layout
958 .It Cm spectrwm_es.conf
959 Spanish keyboard layout
960 .It Cm spectrwm_fr.conf
961 French keyboard layout
962 .It Cm spectrwm_fr_ch.conf
963 Swiss French keyboard layout
964 .It Cm spectrwm_se.conf
965 Swedish keyboard layout
966 .It Cm spectrwm_us.conf
967 United States keyboard layout
968 .El
969 .Sh QUIRKS
970 .Nm
971 provides "quirks" which handle windows that must be treated specially
972 in a tiling window manager, such as some dialogs and fullscreen apps.
973 .Pp
974 The default quirks are described below:
975 .Pp
976 .Bl -tag -width "OpenOffice.org N.M:VCLSalFrame<TAB>XXX" -offset indent \
977 -compact
978 .It Firefox\-bin:firefox\-bin
979 TRANSSZ
980 .It Firefox:Dialog
981 FLOAT
982 .It Gimp:gimp
983 FLOAT + ANYWHERE
984 .It MPlayer:xv
985 FLOAT + FULLSCREEN + FOCUSPREV
986 .It OpenOffice.org 2.4:VCLSalFrame
987 FLOAT
988 .It OpenOffice.org 3.1:VCLSalFrame
989 FLOAT
990 .It pcb:pcb
991 FLOAT
992 .It xine:Xine Window
993 FLOAT + ANYWHERE
994 .It xine:xine Panel
995 FLOAT + ANYWHERE
996 .It xine:xine Video Fullscreen Window
997 FULLSCREEN + FLOAT
998 .It Xitk:Xitk Combo
999 FLOAT + ANYWHERE
1000 .It Xitk:Xine Window
1001 FLOAT + ANYWHERE
1002 .It XTerm:xterm
1003 XTERM_FONTADJ
1004 .El
1005 .Pp
1006 The quirks themselves are described below:
1007 .Pp
1008 .Bl -tag -width "XTERM_FONTADJ<TAB>XXX" -offset indent -compact
1009 .It FLOAT
1010 This window should not be tiled, but allowed to float freely.
1011 .It TRANSSZ
1012 Adjusts size on transient windows that are too small using
1013 .Ic dialog_ratio
1014 (see
1015 .Sx CONFIGURATION FILES ) .
1016 .It ANYWHERE
1017 Allow window to position itself, uncentered.
1018 .It XTERM_FONTADJ
1019 Adjust
1020 .Xr xterm 1
1021 fonts when resizing.
1022 .It FULLSCREEN
1023 Remove border to allow window to use full region size.
1024 .It FOCUSPREV
1025 On exit force focus on previously focused application not previous
1026 application in the stack.
1027 .It NOFOCUSCYCLE
1028 Remove from normal focus cycle (focus_prev or focus_next). The window can
1029 still be focused using search_win.
1030 .It NOFOCUSONMAP
1031 Don't change focus to the window when it first appears on the screen.
1032 Has no effect when
1033 .Ic focus_mode
1034 is set to
1035 .Ar follow .
1036 .It FOCUSONMAP_SINGLE
1037 When the window first appears on the screen, change focus to the window
1038 if there are no other windows on the workspace with the same WM_CLASS
1039 class/instance value.
1040 Has no effect when
1041 .Ic focus_mode
1042 is set to
1043 .Ar follow .
1044 .It OBEYAPPFOCUSREQ
1045 When an application requests focus on the window via a _NET_ACTIVE_WINDOW
1046 client message (source indication of 1), comply with the request.
1047 Note that a source indication of 0 (unspecified) or 2 (pager) are always
1048 obeyed.
1049 .It IGNOREPID
1050 Ignore the PID when determining the initial workspace for a new window.
1051 Especially useful for terminal windows that share a process.
1052 .It IGNORESPAWNWS
1053 Ignore the spawn workspace when determining the initial workspace for a
1054 new window.
1055 .It WS Ns Bq Ar n
1056 Force a new window to appear on workspace
1057 .Ar n .
1058 .El
1059 .Pp
1060 Custom quirks in the configuration file are specified as follows:
1061 .Pp
1062 .Dl quirk Ns Bo Ar class Ns Bo : Ns Ar instance Ns Bo : Ns Ar name Bc Bc Bc = Ar quirk Op + Ar quirk ...
1063 .Pp
1064 .Ar class ,
1065 .Ar instance
1066 (optional) and
1067 .Ar name
1068 (optional) are patterns used to determine which window(s) the quirk(s) apply
1069 to and
1070 .Ar quirk
1071 is one of the quirks from the list above.
1072 .Pp
1073 Note that patterns are interpreted as POSIX Extended Regular Expressions.
1074 Any ':', '[' or ']' must be escaped with '\\'.
1075 See
1076 .Xr regex 7
1077 for more information on POSIX Extended Regular Expressions.
1078 .Pp
1079 For example:
1080 .Bd -literal -offset indent
1081 quirk[MPlayer] = FLOAT + FULLSCREEN + FOCUSPREV # Float all windows having a \
1082 class of 'MPlayer'
1083 quirk[.*] = FLOAT # Float all windows by default.
1084 quirk[.*:.*:.*] = FLOAT # Same as above.
1085 quirk[Firefox:Navigator] = FLOAT # Float all Firefox browser windows.
1086 quirk[::Console] = FLOAT # Float windows with WM_CLASS not set and a \
1087 window name of 'Console'.
1088 quirk[\\[0-9\\].*:.*:\\[\\[\\:alnum\\:\\]\\]*] = FLOAT # Float windows with WM_CLASS \
1089 class beginning with a number, any WM_CLASS instance and a \
1090 _NET_WM_NAME/WM_NAME either blank or containing alphanumeric characters without spaces.
1091 quirk[pcb:pcb] = NONE # remove existing quirk
1092 .Ed
1093 .Pp
1094 You can obtain
1095 .Ar class ,
1096 .Ar instance
1097 and
1098 .Ar name
1099 by running
1100 .Xr xprop 1
1101 and then clicking on the desired window.
1102 In the following example the main window of Firefox was clicked:
1103 .Bd -literal -offset indent
1104 $ xprop | grep \-E "^(WM_CLASS|_NET_WM_NAME|WM_NAME)"
1105 WM_CLASS(STRING) = "Navigator", "Firefox"
1106 WM_NAME(STRING) = "spectrwm - ConformalOpenSource"
1107 _NET_WM_NAME(UTF8_STRING) = "spectrwm - ConformalOpenSource"
1108 .Ed
1109 .Pp
1110 Note that
1111 .Xr xprop 1
1112 displays WM_CLASS as:
1113 .Bd -literal -offset indent
1114 WM_CLASS(STRING) = "<instance>", "<class>"
1115 .Ed
1116 .Pp
1117 In the example above the quirk entry would be:
1118 .Bd -literal -offset indent
1119 quirk[Firefox:Navigator] = FLOAT
1120 .Ed
1121 .Pp
1122 .Nm
1123 also automatically assigns quirks to windows based on the value
1124 of the window's _NET_WM_WINDOW_TYPE property as follows:
1125 .Pp
1126 .Bl -tag -width "_NET_WM_WINDOW_TYPE_TOOLBAR<TAB>XXX" -offset indent -compact
1127 .It _NET_WM_WINDOW_TYPE_DOCK
1128 FLOAT + ANYWHERE
1129 .It _NET_WM_WINDOW_TYPE_TOOLBAR
1130 FLOAT + ANYWHERE
1131 .It _NET_WM_WINDOW_TYPE_UTILITY
1132 FLOAT + ANYWHERE
1133 .It _NET_WM_WINDOW_TYPE_SPLASH
1134 FLOAT
1135 .It _NET_WM_WINDOW_TYPE_DIALOG
1136 FLOAT
1137 .El
1138 .Pp
1139 In all other cases, no automatic quirks are assigned to the window.
1140 Quirks specified in the configuration file override the automatic quirks.
1141 .Sh EWMH
1142 .Nm
1143 partially implements the Extended Window Manager Hints (EWMH) specification.
1144 This enables controlling windows as well as
1145 .Nm
1146 itself from external scripts and programs.
1147 This is achieved by
1148 .Nm
1149 responding to certain ClientMessage events.
1150 From the terminal these events
1151 can be conveniently sent using tools such as
1152 .Xr wmctrl 1
1153 and
1154 .Xr xdotool 1 .
1155 For the
1156 actual format of these ClientMessage events, see the EWMH specification.
1157 .Pp
1158 The id of the currently focused window is stored in the _NET_ACTIVE_WINDOW
1159 property of the root window.
1160 This can be used for example to retrieve the
1161 title of the currently active window with
1162 .Xr xprop 1
1163 and
1164 .Xr grep 1 :
1165 .Bd -literal -offset indent
1166 $ WINDOWID=`xprop \-root _NET_ACTIVE_WINDOW | grep \-o "0x.*"`
1167 $ xprop \-id $WINDOWID _NET_WM_NAME | grep \-o "\\".*\\""
1168 .Ed
1169 .Pp
1170 A window can be focused by sending a _NET_ACTIVE_WINDOW client message
1171 to the root window.
1172 For example, using
1173 .Xr wmctrl 1
1174 to send the message
1175 (assuming 0x4a0000b is the id of the window to be focused):
1176 .Bd -literal -offset indent
1177 $ wmctrl \-i \-a 0x4a0000b
1178 .Ed
1179 .Pp
1180 Windows can be closed by sending a _NET_CLOSE_WINDOW client message
1181 to the root window.
1182 For example, using
1183 .Xr wmctrl 1
1184 to send the message
1185 (assuming 0x4a0000b is the id of the window to be closed):
1186 .Bd -literal -offset indent
1187 $ wmctrl \-i \-c 0x4a0000b
1188 .Ed
1189 .Pp
1190 Windows can be floated and un-floated by adding or removing the
1191 _NET_WM_STATE_ABOVE atom from the _NET_WM_STATE property of the window.
1192 This can be achieved by sending a _NET_WM_STATE client message to the
1193 root window.
1194 For example, the following toggles the floating state of
1195 a window using
1196 .Xr wmctrl 1
1197 to send the message (assuming 0x4a0000b is the id of the window to be
1198 floated or un-floated):
1199 .Bd -literal -offset indent
1200 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_ABOVE
1201 .Ed
1202 .Pp
1203 Windows can also be iconified and un-iconified by substituting
1204 _NET_WM_STATE_HIDDEN for _NET_WM_STATE_ABOVE in the previous example:
1205 .Bd -literal -offset indent
1206 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_HIDDEN
1207 .Ed
1208 .Pp
1209 Floating windows can also be resized and moved by sending a
1210 _NET_MOVERESIZE_WINDOW client message to the root window.
1211 For example,
1212 using
1213 .Xr wmctrl 1
1214 to send the message (assuming 0x4a0000b is the id of
1215 the window to be resize/moved):
1216 .Bd -literal -offset indent
1217 $ wmctrl \-i \-r 0x4a0000b \-e 0,100,50,640,480
1218 .Ed
1219 .Pp
1220 This moves the window to (100,50) and resizes it to 640x480.
1221 .Pp
1222 Any _NET_MOVERESIZE_WINDOW events received for stacked windows are ignored.
1223 .Sh SIGNALS
1224 Sending
1225 .Nm
1226 a HUP signal will restart it.
1227 .Sh FILES
1228 .Bl -tag -width "/etc/spectrwm.confXXX" -compact
1229 .It Pa ~/.spectrwm.conf
1230 .Nm
1231 user specific settings.
1232 .It Pa /etc/spectrwm.conf
1233 .Nm
1234 global settings.
1235 .El
1236 .Sh HISTORY
1237 .Nm
1238 was inspired by xmonad & dwm.
1239 .Sh AUTHORS
1240 .An -nosplit
1241 .Nm
1242 was written by:
1243 .Pp
1244 .Bl -tag -width "Ryan Thomas McBride Aq mcbride@countersiege.com " -offset \
1245 indent -compact
1246 .It Cm Marco Peereboom Aq marco@peereboom.us
1247 .It Cm Ryan Thomas McBride Aq mcbride@countersiege.com
1248 .It Cm Darrin Chandler Aq dwchandler@stilyagin.com
1249 .It Cm Pierre-Yves Ritschard Aq pyr@spootnik.org
1250 .It Cm Tuukka Kataja Aq stuge@xor.fi
1251 .It Cm Jason L. Wright Aq jason@thought.net
1252 .It Cm Reginald Kennedy Aq rk@rejii.com
1253 .It Cm Lawrence Teo Aq lteo@lteo.net
1254 .It Cm Tiago Cunha Aq tcunha@gmx.com
1255 .It Cm David Hill Aq dhill@mindcry.org
1256 .El