]> code.delx.au - spectrwm/blob - spectrwm.1
Rename raise_focused to raise and set default binding to M-r.
[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 Aq Ar unbound
678 mvrg_next
679 .It Cm Aq Ar unbound
680 mvrg_prev
681 .It Cm M- Ns Aq Cm Right
682 ws_next
683 .It Cm M- Ns Aq Cm Left
684 ws_prev
685 .It Cm M- Ns Aq Cm Up
686 ws_next_all
687 .It Cm M- Ns Aq Cm Down
688 ws_prev_all
689 .It Cm M-a
690 ws_prior
691 .It Cm M-S- Ns Aq Cm Down
692 ws_prev_move
693 .It Cm M-S- Ns Aq Cm Up
694 ws_next_move
695 .It Cm M-S- Ns Aq Cm Right
696 rg_next
697 .It Cm M-S- Ns Aq Cm Left
698 rg_prev
699 .It Cm Aq Ar unbound
700 rg_move_next
701 .It Cm Aq Ar unbound
702 rg_move_prev
703 .It Cm M-s
704 screenshot_all
705 .It Cm M-S-s
706 screenshot_wind
707 .It Cm M-S-v
708 version
709 .It Cm M-t
710 float_toggle
711 .It Cm M-S- Ns Aq Cm Delete
712 lock
713 .It Cm M-S-i
714 initscr
715 .It Cm M-w
716 iconify
717 .It Cm M-S-w
718 uniconify
719 .It Cm M-e
720 maximize_toggle
721 .It Cm M-r
722 raise
723 .It Cm M-S-r
724 always_raise
725 .It Cm M-v
726 button2
727 .It Cm M--
728 width_shrink
729 .It Cm M-=
730 width_grow
731 .It Cm M-S--
732 height_shrink
733 .It Cm M-S-=
734 height_grow
735 .It Cm M-[
736 move_left
737 .It Cm M-]
738 move_right
739 .It Cm M-S-[
740 move_up
741 .It Cm M-S-]
742 move_down
743 .It Cm M-S-/
744 name_workspace
745 .It Cm M-/
746 search_workspace
747 .It Cm M-f
748 search_win
749 .El
750 .Pp
751 The action names and descriptions are listed below:
752 .Pp
753 .Bl -tag -width "M-j, M-<TAB>XXXX" -offset indent -compact
754 .It Cm focus
755 Focus window/region under pointer.
756 .It Cm move
757 Move window with pointer while binding is pressed.
758 .It Cm resize
759 Resize window with pointer while binding is pressed.
760 .It Cm resize_centered
761 Same as
762 .Ic resize
763 but keep window centered.
764 .It Cm term
765 Spawn a new terminal
766 (see
767 .Sx PROGRAMS
768 above).
769 .It Cm menu
770 Menu
771 (see
772 .Sx PROGRAMS
773 above).
774 .It Cm quit
775 Quit
776 .Nm .
777 .It Cm restart
778 Restart
779 .Nm .
780 .It Cm cycle_layout
781 Cycle layout.
782 .It Cm flip_layout
783 Swap the master and stacking areas.
784 .It Cm stack_reset
785 Reset layout.
786 .It Cm stack_balance
787 Balance master/stacking area.
788 .It Cm master_shrink
789 Shrink master area.
790 .It Cm master_grow
791 Grow master area.
792 .It Cm master_add
793 Add windows to master area.
794 .It Cm master_del
795 Remove windows from master area.
796 .It Cm stack_inc
797 Add columns/rows to stacking area.
798 .It Cm stack_dec
799 Remove columns/rows from stacking area.
800 .It Cm swap_main
801 Move current window to master area.
802 .It Cm focus_next
803 Focus next window in workspace.
804 .It Cm focus_prev
805 Focus previous window in workspace.
806 .It Cm focus_main
807 Focus on main window in workspace.
808 .It Cm focus_urgent
809 Focus on next window with the urgency hint flag set.
810 The workspace is switched if needed.
811 .It Cm swap_next
812 Swap with next window in workspace.
813 .It Cm swap_prev
814 Swap with previous window in workspace.
815 .It Cm bar_toggle
816 Toggle overall visibility of status bars.
817 .It Cm bar_toggle_ws
818 Toggle status bar on current workspace.
819 .It Cm wind_del
820 Delete current window in workspace.
821 .It Cm wind_kill
822 Destroy current window in workspace.
823 .It Cm ws_ Ns Ar n
824 Switch to workspace
825 .Ar n ,
826 where
827 .Ar n
828 is 1 through
829 .Ic workspace_limit .
830 .It Cm mvws_ Ns Ar n
831 Move current window to workspace
832 .Ar n ,
833 where
834 .Ar n
835 is 1 through
836 .Ic workspace_limit .
837 .It Cm rg_ Ns Ar n
838 Focus on region
839 .Ar n ,
840 where
841 .Ar n
842 is 1 through 9.
843 .It Cm mvrg_ Ns Ar n
844 Move current window to region
845 .Ar n ,
846 where
847 .Ar n
848 is 1 through 9.
849 .It Cm mvrg_next
850 Move current window to workspace in next region.
851 .It Cm mvrg_prev
852 Move current window to workspace in previous region.
853 .It Cm ws_next
854 Switch to next workspace with a window in it.
855 .It Cm ws_prev
856 Switch to previous workspace with a window in it.
857 .It Cm ws_next_all
858 Switch to next workspace.
859 .It Cm ws_prev_all
860 Switch to previous workspace.
861 .It Cm ws_next_move
862 Switch to next workspace with the current window.
863 .It Cm ws_prev_move
864 Switch to previous workspace with the current window.
865 .It Cm ws_prior
866 Switch to last visited workspace.
867 .It Cm rg_next
868 Switch to next region.
869 .It Cm rg_prev
870 Switch to previous region.
871 .It Cm rg_move_next
872 Switch region to next screen.
873 .It Cm rg_move_prev
874 Switch region to previous screen.
875 .It Cm screenshot_all
876 Take screenshot of entire screen (if enabled)
877 (see
878 .Sx PROGRAMS
879 above).
880 .It Cm screenshot_wind
881 Take screenshot of selected window (if enabled)
882 (see
883 .Sx PROGRAMS
884 above).
885 .It Cm version
886 Toggle version in status bar.
887 .It Cm float_toggle
888 Toggle focused window between tiled and floating.
889 .It Cm lock
890 Lock screen
891 (see
892 .Sx PROGRAMS
893 above).
894 .It Cm initscr
895 Reinitialize physical screens
896 (see
897 .Sx PROGRAMS
898 above).
899 .It Cm iconify
900 Minimize (unmap) currently focused window.
901 .It Cm uniconify
902 Restore (map) window returned by
903 .Xr dmenu 1
904 selection.
905 .It Cm maximize_toggle
906 Toggle maximization of focused window.
907 .It Cm raise
908 Raise the current window.
909 .It Cm always_raise
910 When set tiled windows are allowed to obscure floating windows.
911 .It Cm button2
912 Fake a middle mouse button click (Button2).
913 .It Cm width_shrink
914 Shrink the width of a floating window.
915 .It Cm width_grow
916 Grow the width of a floating window.
917 .It Cm height_shrink
918 Shrink the height of a floating window.
919 .It Cm height_grow
920 Grow the height of a floating window.
921 .It Cm move_left
922 Move a floating window a step to the left.
923 .It Cm move_right
924 Move a floating window a step to the right.
925 .It Cm move_up
926 Move a floating window a step upwards.
927 .It Cm move_down
928 Move a floating window a step downwards.
929 .It Cm name_workspace
930 Name the current workspace.
931 .It Cm search_workspace
932 Search for a workspace.
933 .It Cm search_win
934 Search the windows in the current workspace.
935 .El
936 .Pp
937 Custom bindings in the configuration file are specified as follows:
938 .Pp
939 .Dl bind Ns Bo Ar action Bc = Ar combo
940 .Pp
941 .Ar action
942 is one of the actions listed above (or empty to unbind) and
943 .Ar combo
944 is in the form of zero or more modifier keys and/or special arguments
945 (Mod1, Shift, MOD, etc.) and a normal key (b, Space, etc.)
946 or a button (Button1 .. Button255), separated by
947 .Ql + .
948 Multiple key/button combinations may be bound to the same action.
949 .Pp
950 Special arguments:
951 .Bl -tag -width "anymodxxxx" -offset indent -compact
952 .It Cm MOD
953 Substituted for the currently defined
954 .Ic modkey .
955 .It Cm ANYMOD
956 Select all modifier combinations not handled by another binding.
957 .It Cm REPLAY
958 Reprocess binding press/release events for other programs to handle. Unavailable for
959 .Ic move ,
960 .Ic resize
961 and
962 .Ic resize_centered .
963 .El
964 .Pp
965 .Cm MOD
966 example:
967 .Bd -literal -offset indent
968 bind[reset] = Mod4+q # bind Windows-key + q to reset
969 bind[] = Mod1+q # unbind Alt + q
970 bind[move] = MOD+Button3 # Bind move to M-Button3
971 bind[] = MOD+Button1 # Unbind default move binding.
972 .Ed
973 .Pp
974 .Cm ANYMOD
975 example:
976 .Bd -literal -offset indent
977 bind[focus] = ANYMOD+Button3
978 bind[move] = MOD+Button3
979 .Ed
980 .Pp
981 In the above example,
982 .Cm M- Ns Aq Cm Button3
983 initiates
984 .Ic move
985 and
986 .Cm Aq Cm Button3
987 pressed with any other combination of modifiers
988 sets focus to the window/region under the pointer.
989 .Pp
990 .Cm REPLAY
991 example:
992 .Bd -literal -offset indent
993 bind[focus] = REPLAY+Button3
994 .Ed
995 .Pp
996 In the above example, when
997 .Cm Aq Cm Button3
998 is pressed without any modifier(s), focus is set to the window under the
999 pointer and the button press is passed to the window.
1000 .Pp
1001 To bind non-latin characters such as \[oa] or \[*p] you must enter the xkb
1002 character name instead of the character itself.
1003 Run
1004 .Xr xev 1 ,
1005 focus the window and press the specific key and in the terminal output read
1006 the symbol name.
1007 In the following example for \[oa]:
1008 .Bd -literal -offset indent
1009 KeyPress event, serial 41, synthetic NO, window 0x2600001,
1010 root 0x15a, subw 0x0, time 106213808, (11,5), root:(359,823),
1011 state 0x0, keycode 24 (keysym 0xe5, aring), same_screen YES,
1012 XLookupString gives 2 bytes: (c3 a5) "\[oa]"
1013 XmbLookupString gives 2 bytes: (c3 a5) "\[oa]"
1014 XFilterEvent returns: False
1015 .Ed
1016 .Pp
1017 The xkb name is aring.
1018 In other words, in
1019 .Pa spectrwm.conf
1020 add:
1021 .Bd -literal -offset indent
1022 bind[program] = MOD+aring
1023 .Ed
1024 .Sh KEYBOARD MAPPING FILES
1025 Keyboard mapping files for several keyboard layouts are listed
1026 below.
1027 These files can be used with the
1028 .Ic keyboard_mapping
1029 setting to load pre-defined key bindings for the specified
1030 keyboard layout.
1031 .Pp
1032 .Bl -tag -width "spectrwm_XX.confXXX" -offset indent -compact
1033 .It Cm spectrwm_cz.conf
1034 Czech Republic keyboard layout
1035 .It Cm spectrwm_es.conf
1036 Spanish keyboard layout
1037 .It Cm spectrwm_fr.conf
1038 French keyboard layout
1039 .It Cm spectrwm_fr_ch.conf
1040 Swiss French keyboard layout
1041 .It Cm spectrwm_se.conf
1042 Swedish keyboard layout
1043 .It Cm spectrwm_us.conf
1044 United States keyboard layout
1045 .El
1046 .Sh QUIRKS
1047 .Nm
1048 provides "quirks" which handle windows that must be treated specially
1049 in a tiling window manager, such as some dialogs and fullscreen apps.
1050 .Pp
1051 The default quirks are described below:
1052 .Pp
1053 .Bl -tag -width "OpenOffice.org N.M:VCLSalFrame<TAB>XXX" -offset indent \
1054 -compact
1055 .It Firefox\-bin:firefox\-bin
1056 TRANSSZ
1057 .It Firefox:Dialog
1058 FLOAT
1059 .It Gimp:gimp
1060 FLOAT + ANYWHERE
1061 .It MPlayer:xv
1062 FLOAT + FULLSCREEN + FOCUSPREV
1063 .It OpenOffice.org 2.4:VCLSalFrame
1064 FLOAT
1065 .It OpenOffice.org 3.1:VCLSalFrame
1066 FLOAT
1067 .It pcb:pcb
1068 FLOAT
1069 .It xine:Xine Window
1070 FLOAT + ANYWHERE
1071 .It xine:xine Panel
1072 FLOAT + ANYWHERE
1073 .It xine:xine Video Fullscreen Window
1074 FULLSCREEN + FLOAT
1075 .It Xitk:Xitk Combo
1076 FLOAT + ANYWHERE
1077 .It Xitk:Xine Window
1078 FLOAT + ANYWHERE
1079 .It XTerm:xterm
1080 XTERM_FONTADJ
1081 .El
1082 .Pp
1083 The quirks themselves are described below:
1084 .Pp
1085 .Bl -tag -width "XTERM_FONTADJ<TAB>XXX" -offset indent -compact
1086 .It ANYWHERE
1087 Allow window to position itself, uncentered.
1088 .It FLOAT
1089 This window should not be tiled, but allowed to float freely.
1090 .It FOCUSONMAP_SINGLE
1091 When the window first appears on the screen, change focus to the window
1092 if there are no other windows on the workspace with the same WM_CLASS
1093 class/instance value.
1094 Has no effect when
1095 .Ic focus_mode
1096 is set to
1097 .Ar follow .
1098 .It FOCUSPREV
1099 On exit force focus on previously focused application not previous
1100 application in the stack.
1101 .It FULLSCREEN
1102 Remove border to allow window to use full region size.
1103 .It IGNOREPID
1104 Ignore the PID when determining the initial workspace for a new window.
1105 Especially useful for terminal windows that share a process.
1106 .It IGNORESPAWNWS
1107 Ignore the spawn workspace when determining the initial workspace for a
1108 new window.
1109 .It MINIMALBORDER
1110 Remove border when window is unfocused and floating.
1111 .It NOFOCUSCYCLE
1112 Remove from normal focus cycle (focus_prev or focus_next). The window can
1113 still be focused using search_win.
1114 .It NOFOCUSONMAP
1115 Don't change focus to the window when it first appears on the screen.
1116 Has no effect when
1117 .Ic focus_mode
1118 is set to
1119 .Ar follow .
1120 .It OBEYAPPFOCUSREQ
1121 When an application requests focus on the window via a _NET_ACTIVE_WINDOW
1122 client message (source indication of 1), comply with the request.
1123 Note that a source indication of 0 (unspecified) or 2 (pager) are always
1124 obeyed.
1125 .It TRANSSZ
1126 Adjusts size on transient windows that are too small using
1127 .Ic dialog_ratio
1128 (see
1129 .Sx CONFIGURATION FILES ) .
1130 .It WS Ns Bq Ar n
1131 Force a new window to appear on workspace
1132 .Ar n .
1133 .It XTERM_FONTADJ
1134 Adjust
1135 .Xr xterm 1
1136 fonts when resizing.
1137 .El
1138 .Pp
1139 Custom quirks in the configuration file are specified as follows:
1140 .Pp
1141 .Dl quirk Ns Bo Ar class Ns Bo : Ns Ar instance Ns Bo : Ns Ar name Bc Bc Bc = Ar quirk Op + Ar quirk ...
1142 .Pp
1143 .Ar class ,
1144 .Ar instance
1145 (optional) and
1146 .Ar name
1147 (optional) are patterns used to determine which window(s) the quirk(s) apply
1148 to and
1149 .Ar quirk
1150 is one of the quirks from the list above.
1151 .Pp
1152 Note that patterns are interpreted as POSIX Extended Regular Expressions.
1153 Any ':', '[' or ']' must be escaped with '\\'.
1154 See
1155 .Xr regex 7
1156 for more information on POSIX Extended Regular Expressions.
1157 .Pp
1158 For example:
1159 .Bd -literal -offset indent
1160 quirk[MPlayer] = FLOAT + FULLSCREEN + FOCUSPREV # Float all windows having a \
1161 class of 'MPlayer'
1162 quirk[.*] = FLOAT # Float all windows by default.
1163 quirk[.*:.*:.*] = FLOAT # Same as above.
1164 quirk[Firefox:Navigator] = FLOAT # Float all Firefox browser windows.
1165 quirk[::Console] = FLOAT # Float windows with WM_CLASS not set and a \
1166 window name of 'Console'.
1167 quirk[\\[0-9\\].*:.*:\\[\\[\\:alnum\\:\\]\\]*] = FLOAT # Float windows with WM_CLASS \
1168 class beginning with a number, any WM_CLASS instance and a \
1169 _NET_WM_NAME/WM_NAME either blank or containing alphanumeric characters without spaces.
1170 quirk[pcb:pcb] = NONE # remove existing quirk
1171 .Ed
1172 .Pp
1173 You can obtain
1174 .Ar class ,
1175 .Ar instance
1176 and
1177 .Ar name
1178 by running
1179 .Xr xprop 1
1180 and then clicking on the desired window.
1181 In the following example the main window of Firefox was clicked:
1182 .Bd -literal -offset indent
1183 $ xprop | grep \-E "^(WM_CLASS|_NET_WM_NAME|WM_NAME)"
1184 WM_CLASS(STRING) = "Navigator", "Firefox"
1185 WM_NAME(STRING) = "spectrwm - ConformalOpenSource"
1186 _NET_WM_NAME(UTF8_STRING) = "spectrwm - ConformalOpenSource"
1187 .Ed
1188 .Pp
1189 Note that
1190 .Xr xprop 1
1191 displays WM_CLASS as:
1192 .Bd -literal -offset indent
1193 WM_CLASS(STRING) = "<instance>", "<class>"
1194 .Ed
1195 .Pp
1196 In the example above the quirk entry would be:
1197 .Bd -literal -offset indent
1198 quirk[Firefox:Navigator] = FLOAT
1199 .Ed
1200 .Pp
1201 .Nm
1202 also automatically assigns quirks to windows based on the value
1203 of the window's _NET_WM_WINDOW_TYPE property as follows:
1204 .Pp
1205 .Bl -tag -width "_NET_WM_WINDOW_TYPE_TOOLBAR<TAB>XXX" -offset indent -compact
1206 .It _NET_WM_WINDOW_TYPE_DOCK
1207 FLOAT + ANYWHERE
1208 .It _NET_WM_WINDOW_TYPE_TOOLBAR
1209 FLOAT + ANYWHERE
1210 .It _NET_WM_WINDOW_TYPE_UTILITY
1211 FLOAT + ANYWHERE
1212 .It _NET_WM_WINDOW_TYPE_SPLASH
1213 FLOAT
1214 .It _NET_WM_WINDOW_TYPE_DIALOG
1215 FLOAT
1216 .El
1217 .Pp
1218 In all other cases, no automatic quirks are assigned to the window.
1219 Quirks specified in the configuration file override the automatic quirks.
1220 .Sh EWMH
1221 .Nm
1222 partially implements the Extended Window Manager Hints (EWMH) specification.
1223 This enables controlling windows as well as
1224 .Nm
1225 itself from external scripts and programs.
1226 This is achieved by
1227 .Nm
1228 responding to certain ClientMessage events.
1229 From the terminal these events
1230 can be conveniently sent using tools such as
1231 .Xr wmctrl 1
1232 and
1233 .Xr xdotool 1 .
1234 For the
1235 actual format of these ClientMessage events, see the EWMH specification.
1236 .Pp
1237 The id of the currently focused window is stored in the _NET_ACTIVE_WINDOW
1238 property of the root window.
1239 This can be used for example to retrieve the
1240 title of the currently active window with
1241 .Xr xprop 1
1242 and
1243 .Xr grep 1 :
1244 .Bd -literal -offset indent
1245 $ WINDOWID=`xprop \-root _NET_ACTIVE_WINDOW | grep \-o "0x.*"`
1246 $ xprop \-id $WINDOWID _NET_WM_NAME | grep \-o "\\".*\\""
1247 .Ed
1248 .Pp
1249 A window can be focused by sending a _NET_ACTIVE_WINDOW client message
1250 to the root window.
1251 For example, using
1252 .Xr wmctrl 1
1253 to send the message
1254 (assuming 0x4a0000b is the id of the window to be focused):
1255 .Bd -literal -offset indent
1256 $ wmctrl \-i \-a 0x4a0000b
1257 .Ed
1258 .Pp
1259 Windows can be closed by sending a _NET_CLOSE_WINDOW client message
1260 to the root window.
1261 For example, using
1262 .Xr wmctrl 1
1263 to send the message
1264 (assuming 0x4a0000b is the id of the window to be closed):
1265 .Bd -literal -offset indent
1266 $ wmctrl \-i \-c 0x4a0000b
1267 .Ed
1268 .Pp
1269 Windows can be floated and un-floated by adding or removing the
1270 _NET_WM_STATE_ABOVE atom from the _NET_WM_STATE property of the window.
1271 This can be achieved by sending a _NET_WM_STATE client message to the
1272 root window.
1273 For example, the following toggles the floating state of
1274 a window using
1275 .Xr wmctrl 1
1276 to send the message (assuming 0x4a0000b is the id of the window to be
1277 floated or un-floated):
1278 .Bd -literal -offset indent
1279 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_ABOVE
1280 .Ed
1281 .Pp
1282 Windows can also be iconified and un-iconified by substituting
1283 _NET_WM_STATE_HIDDEN for _NET_WM_STATE_ABOVE in the previous example:
1284 .Bd -literal -offset indent
1285 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_HIDDEN
1286 .Ed
1287 .Pp
1288 Floating windows can also be resized and moved by sending a
1289 _NET_MOVERESIZE_WINDOW client message to the root window.
1290 For example,
1291 using
1292 .Xr wmctrl 1
1293 to send the message (assuming 0x4a0000b is the id of
1294 the window to be resize/moved):
1295 .Bd -literal -offset indent
1296 $ wmctrl \-i \-r 0x4a0000b \-e 0,100,50,640,480
1297 .Ed
1298 .Pp
1299 This moves the window to (100,50) and resizes it to 640x480.
1300 .Pp
1301 Any _NET_MOVERESIZE_WINDOW events received for stacked windows are ignored.
1302 .Sh SIGNALS
1303 Sending
1304 .Nm
1305 a HUP signal will restart it.
1306 .Sh FILES
1307 .Bl -tag -width "/etc/spectrwm.confXXX" -compact
1308 .It Pa ~/.spectrwm.conf
1309 .Nm
1310 user specific settings.
1311 .It Pa /etc/spectrwm.conf
1312 .Nm
1313 global settings.
1314 .El
1315 .Sh HISTORY
1316 .Nm
1317 was inspired by xmonad & dwm.
1318 .Sh AUTHORS
1319 .An -nosplit
1320 .Nm
1321 was written by:
1322 .Pp
1323 .Bl -tag -width "Ryan Thomas McBride Aq mcbride@countersiege.com " -offset \
1324 indent -compact
1325 .It Cm Marco Peereboom Aq marco@peereboom.us
1326 .It Cm Ryan Thomas McBride Aq mcbride@countersiege.com
1327 .It Cm Darrin Chandler Aq dwchandler@stilyagin.com
1328 .It Cm Pierre-Yves Ritschard Aq pyr@spootnik.org
1329 .It Cm Tuukka Kataja Aq stuge@xor.fi
1330 .It Cm Jason L. Wright Aq jason@thought.net
1331 .It Cm Reginald Kennedy Aq rk@rejii.com
1332 .It Cm Lawrence Teo Aq lteo@lteo.net
1333 .It Cm Tiago Cunha Aq tcunha@gmx.com
1334 .It Cm David Hill Aq dhill@mindcry.org
1335 .El