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