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