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