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