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