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