]> code.delx.au - spectrwm/blob - spectrwm.1
Add new bar_border_unfocus[x] option.
[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-2012 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 \*(Ltkeyword\*(Gt = \*(Ltsetting\*(Gt.
75 For example:
76 .Pp
77 .Dl color_focus = red
78 .Pp
79 Enabling or disabling an option is done by using 1 or 0 respectively.
80 .Pp
81 Colors need to be specified per the
82 .Xr XQueryColor 3
83 specification.
84 .Pp
85 The file supports the following keywords:
86 .Bl -tag -width 2m
87 .It Ic autorun
88 Launch an application in a specified workspace at start-of-day.
89 Defined in the format ws[<idx>]:application, e.g. ws[2]:xterm launches an
90 xterm in workspace 2.
91 .It Ic bar_action
92 External script that populates additional information in the status bar,
93 such as battery life.
94 .It Ic bar_at_bottom
95 Place the statusbar at the bottom of each region instead of the top.
96 .It Ic bar_border Ns Bq Ar x
97 Border color of the status bar(s) in screen
98 .Ar x .
99 .It Ic bar_border_unfocus Ns Bq Ar x
100 Border color of the status bar(s) on unfocused region(s) in screen
101 .Ar x .
102 .It Ic bar_border_width
103 Set status bar border thickness in pixels.
104 Disable border by setting to 0.
105 .It Ic bar_color Ns Bq Ar x
106 Background color of the status bar(s) in screen
107 .Ar x .
108 .It Ic bar_enabled
109 Set default
110 .Ar bar_toggle
111 state; default is 1.
112 .It Ic bar_enabled_ws Ns Bq Ar x
113 Set default
114 .Ar bar_toggle_ws
115 state on workspace
116 .Ar x ;
117 default is 1.
118 .It Ic bar_font
119 Font used in the status bar. Either Xft or X Logical Font Description (XLFD)
120 may be used to specify fonts. Fallback fonts may be specified by separating
121 each font with a comma. If all entries are XLFD syntax, font set will be
122 used. If at least one entry is Xft, Xft will be used. Note that if Xft is in
123 use, only the first font that successfully loads will be used regardless of
124 missing glyphs. The default is to use font set. Also note that dmenu does
125 not support Xft fonts.
126 .Pp
127 Xft examples:
128 .Bd -literal -offset indent
129 bar_font = Terminus:style=Regular:pixelsize=14:antialias=true
130
131 bar_font = -*-profont-medium-*-*-*-11-*-*-*-*-*-*-*,Terminus:pixelsize=14,\
132 -*-clean-medium-*-*-*-12-*-*-*-*-*-*-*
133 .Ed
134 .Pp
135 Font set examples:
136 .Bd -literal -offset indent
137 bar_font = -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
138
139 bar_font = -*-profont-medium-*-*-*-11-*-*-*-*-*-*-*,\
140 -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*,\
141 -*-clean-medium-*-*-*-12-*-*-*-*-*-*-*
142 .Ed
143 .Pp
144 To list the available fonts in your system see
145 .Xr fc-list 1
146 or
147 .Xr xlsfonts 1
148 manpages.
149 The
150 .Xr xfontsel 1
151 application can help with the XLFD setting.
152 .Pp
153 .It Ic bar_font_color Ns Bq Ar x
154 Color of the font in status bar in screen
155 .Ar x .
156 .It Ic bar_format
157 Set the bar_format string and overrides
158 .Ic clock_format
159 and all of the
160 .Ic enabled
161 options.
162 The format is passed through
163 .Xr strftime 3
164 before being used.
165 It may contain the following character sequences:
166 .Bl -column "Character sequence" "Replaced with" -offset indent
167 .It Sy "Character sequence" Ta Sy "Replaced with"
168 .It Li "+<" Ta "Pad with a space"
169 .It Li "+A" Ta "Output of the external script"
170 .It Li "+C" Ta "Window class"
171 .It Li "+D" Ta "Workspace name"
172 .It Li "+F" Ta "Floating indicator"
173 .It Li "+I" Ta "Workspace index"
174 .It Li "+N" Ta "Screen number"
175 .It Li "+P" Ta "Window class and title separated by a colon"
176 .It Li "+S" Ta "Stacking algorithm"
177 .It Li "+T" Ta "Window title"
178 .It Li "+U" Ta "Urgency hint"
179 .It Li "+V" Ta "Program version"
180 .It Li "+W" Ta "Window name"
181 .It Li "++" Ta "A literal" Ql +
182 .El
183 .Pp
184 All character sequences may limit its output to a specific length, for
185 example +64A. Any characters that don't match the specification are copied
186 as-is.
187 .It Ic bar_justify
188 Justify the status bar text. Possible values are
189 .Pa left ,
190 .Pa center ,
191 and
192 .Pa right .
193 .Pp
194 Note that if the output is not
195 .Pa left
196 justified, it may not be properly aligned in some circumstances, due to the
197 white-spaces in the default static format.
198 See the
199 .Ic bar_format
200 option for more details.
201 .It Ic bind Ns Bq Ar x
202 Bind key combo to action
203 .Ar x .
204 See the
205 .Sx BINDINGS
206 section below.
207 .It Ic border_width
208 Set window border thickness in pixels.
209 Disable all borders by setting to 0.
210 .It Ic clock_enabled
211 Enable or disable displaying the clock in the status bar.
212 Disable by setting to 0
213 so a custom clock could be used in the
214 .Pa bar_action
215 script.
216 .It Ic color_focus
217 Border color of the currently focussed window.
218 .It Ic color_unfocus
219 Border color of unfocussed windows.
220 .It Ic dialog_ratio
221 Some applications have dialogue windows that are too small to be useful.
222 This ratio is the screen size to what they will be resized.
223 For example, 0.6 is 60% of the physical screen size.
224 .It Ic disable_border
225 Remove border when bar is disabled and there is only one window on the
226 region.
227 .It Ic focus_close
228 Window to put focus when the focused window is closed.
229 Possible values are
230 .Pa first ,
231 .Pa next ,
232 .Pa previous
233 (default) and
234 .Pa last .
235 .Pa next
236 and
237 .Pa previous
238 are relative to the window that is closed.
239 .It Ic focus_close_wrap
240 Whether to allow the focus to jump to the last window when the first window
241 is closed or vice versa. Disable by setting to 0.
242 .It Ic focus_default
243 Window to put focus when no window has been focused. Possible values are
244 .Pa first
245 and
246 .Pa last
247 (default).
248 .It Ic focus_mode
249 Window focus behavior with respect to the mouse cursor. Possible values:
250 .Pp
251 .Bl -tag -width "default" -offset indent -compact
252 .It Cm default
253 Set window focus on border crossings caused by cursor motion and
254 window interaction.
255 .It Cm follow
256 Set window focus on all cursor border crossings, including workspace switches
257 and changes to layout.
258 .It Cm manual
259 Set window focus on window interaction only.
260 .El
261 .It Ic keyboard_mapping
262 Clear all key bindings and load new key bindings from the specified file.
263 This allows you to load pre-defined key bindings for your keyboard layout.
264 See the
265 .Sx KEYBOARD MAPPING FILES
266 section below for a list of keyboard mapping files that have been provided
267 for several keyboard layouts.
268 .It Ic layout
269 Select layout to use at start-of-day. Defined in the format
270 ws[idx]:master_grow:master_add:stack_inc:layout:always_raise:stack_mode, e.g.
271 ws[2]:-4:0:1:0:horizontal sets worskspace 2 to the horizontal stack mode and
272 shrinks the master area by 4 ticks and adds one window to the stack, while
273 maintaining default floating window behavior.
274 Possible stack_mode values are
275 .Pa vertical ,
276 .Pa vertical_flip ,
277 .Pa horizontal ,
278 .Pa horizontal_flip
279 and
280 .Pa fullscreen .
281 .Pp
282 See
283 .Pa master_grow ,
284 .Pa master_shrink ,
285 .Pa master_add ,
286 .Pa master_del ,
287 .Pa stack_inc ,
288 .Pa stack_dec ,
289 and
290 .Pa always_raise
291 for more information.
292 Note that the stacking options are complicated and have side-effects. One
293 should familiarize oneself with these commands before experimenting with the
294 .Pa layout
295 option.
296 .Pp
297 This setting is not retained at restart.
298 .It Ic modkey
299 Change mod key.
300 Mod1 is generally the ALT key and Mod4 is the windows key on a PC.
301 .It Ic program Ns Bq Ar p
302 Define new action to spawn a program
303 .Ar p .
304 See the
305 .Sx PROGRAMS
306 section below.
307 .It Ic quirk Ns Bq Ar c:n
308 Add "quirk" for windows with class
309 .Ar c
310 and name
311 .Ar n .
312 See the
313 .Sx QUIRKS
314 section below.
315 .It Ic region
316 Allocates a custom region, removing any autodetected regions which occupy the
317 same space on the screen.
318 Defined in the format screen[<idx>]:WIDTHxHEIGHT+X+Y,
319 e.g.\& screen[1]:800x1200+0+0.
320 .Pp
321 To make a region span multiple monitors, create a region big enough to cover
322 them all, e.g. screen[1]:2048x768+0+0 makes the region span two monitors with
323 1024x768 resolution sitting one next to the other.
324 .It Ic spawn_position
325 Position in stack to place newly spawned windows.
326 Possible values are
327 .Pa first ,
328 .Pa next ,
329 .Pa previous
330 and
331 .Pa last
332 (default).
333 .Pa next
334 and
335 .Pa previous
336 are relative to the focused window.
337 .It Ic stack_enabled
338 Enable or disable displaying the current stacking algorithm in the status
339 bar.
340 .It Ic term_width
341 Set a preferred minimum width for the terminal.
342 If this value is greater than 0,
343 .Nm
344 will attempt to adjust the font sizes in the terminal to keep the terminal
345 width above this number as the window is resized.
346 Only
347 .Xr xterm 1
348 is currently supported.
349 The
350 .Xr xterm 1
351 binary must not be setuid or setgid, which it is by default on most systems.
352 Users may need to set program[term] (see the
353 .Sx PROGRAMS
354 section) to use an alternate copy of the
355 .Xr xterm 1
356 binary without the setgid bit set.
357 .It Ic title_class_enabled
358 Enable or disable displaying the window class in the status bar.
359 Enable by setting to 1.
360 .It Ic title_name_enabled
361 Enable or disable displaying the window title in the status bar.
362 Enable by setting to 1.
363 .It Ic urgent_enabled
364 Enable or disable the urgency hint.
365 Note that many terminal emulators require this to be enabled for it to
366 propagate.
367 In xterm, for example, one needs to add the following line
368 .Pa xterm.bellIsUrgent: true
369 to
370 .Pa .Xdefaults .
371 .It Ic verbose_layout
372 Enable or disable displaying the current master and stack values in the
373 status bar. Enable by setting to 1.
374 .It Ic window_name_enabled
375 Enable or disable displaying the window name in the status bar.
376 Enable by setting to 1.
377 .Pp
378 To prevent excessively large window names from pushing the remaining text off
379 the bar, it's limited to 64 characters, by default.
380 See the
381 .Ic bar_format
382 option for more details.
383 .It Ic workspace_limit
384 Set the total number of workspaces available. Minimum is 1, maximum is 22,
385 default is 10.
386 .El
387 .Sh PROGRAMS
388 .Nm
389 allows you to define custom actions to launch programs of your choice and
390 then bind them the same as with built-in actions.
391 See the
392 .Sx BINDINGS
393 section below.
394 .Pp
395 The default programs are described below:
396 .Pp
397 .Bl -tag -width "screenshot_wind" -offset indent -compact
398 .It Cm term
399 xterm
400 .It Cm screenshot_all
401 screenshot.sh full
402 .It Cm screenshot_wind
403 screenshot.sh window
404 .It Cm lock
405 xlock
406 .It Cm initscr
407 initscreen.sh
408 .It Cm menu
409 dmenu_run \-fn $bar_font \-nb $bar_color \-nf $bar_font_color \-sb
410 $bar_border \-sf $bar_color
411 .El
412 .Pp
413 Custom programs in the configuration file are specified as follows:
414 .Pp
415 .Dl program[<name>] = <progpath> [<arg> [... <arg>]]
416 .Pp
417 .Aq name
418 is any identifier that does not conflict with a built-in action or keyword,
419 .Aq progpath
420 is the desired program, and
421 .Aq arg
422 is zero or more arguments to the program.
423 .Pp
424 The following variables represent settable values in
425 .Nm
426 (see the
427 .Sx CONFIGURATION FILES
428 section above),
429 and may be used in the
430 .Aq arg
431 fields and will be substituted for values at the time the program is spawned:
432 .Pp
433 .Bl -tag -width "$bar_font_color" -offset indent -compact
434 .It Cm $bar_border
435 .It Cm $bar_color
436 .It Cm $bar_font
437 .It Cm $bar_font_color
438 .It Cm $color_focus
439 .It Cm $color_unfocus
440 .El
441 .Pp
442 Example:
443 .Bd -literal -offset indent
444 program[ff] = /usr/local/bin/firefox http://spectrwm.org/
445 bind[ff] = Mod+Shift+b # Now Mod+Shift+B launches firefox
446 .Ed
447 .Pp
448 To undo the previous:
449 .Bd -literal -offset indent
450 bind[] = Mod+Shift+b
451 program[ff] =
452 .Ed
453 .Sh BINDINGS
454 .Nm
455 provides many functions (or actions) accessed via key or mouse bindings.
456 .Pp
457 The current mouse bindings are described below:
458 .Pp
459 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
460 .It Cm M1
461 Focus window
462 .It Cm M-M1
463 Move window
464 .It Cm M-M3
465 Resize window
466 .It Cm M-S-M3
467 Resize window while maintaining it centered
468 .El
469 .Pp
470 The default key bindings are described below:
471 .Pp
472 .Bl -tag -width "M-j, M-<TAB>XXXXXX" -offset indent -compact
473 .It Cm M-S- Ns Aq Cm Return
474 term
475 .It Cm M-p
476 menu
477 .It Cm M-S-q
478 quit
479 .It Cm M-q
480 restart
481 .It Cm M- Ns Aq Cm Space
482 cycle_layout
483 .It Cm M-S- Ns Aq Cm \e
484 flip_layout
485 .It Cm M-S- Ns Aq Cm Space
486 stack_reset
487 .It Cm M-h
488 master_shrink
489 .It Cm M-l
490 master_grow
491 .It Cm M-,
492 master_add
493 .It Cm M-.
494 master_del
495 .It Cm M-S-,
496 stack_inc
497 .It Cm M-S-.
498 stack_dec
499 .It Cm M- Ns Aq Cm Return
500 swap_main
501 .It Xo
502 .Cm M-j ,
503 .Cm M- Ns Aq Cm TAB
504 .Xc
505 focus_next
506 .It Xo
507 .Cm M-k ,
508 .Cm M-S- Ns Aq Cm TAB
509 .Xc
510 focus_prev
511 .It Cm M-m
512 focus_main
513 .It Cm M-S-j
514 swap_next
515 .It Cm M-S-k
516 swap_prev
517 .It Cm M-b
518 bar_toggle
519 .It Cm M-S-b
520 bar_toggle_ws
521 .It Cm M-x
522 wind_del
523 .It Cm M-S-x
524 wind_kill
525 .It Cm M- Ns Aq Ar 1-9,0,F1-F12
526 .Pf ws_ Aq Ar 1-22
527 .It Cm M-S- Ns Aq Ar 1-9,0,F1-F12
528 .Pf mvws_ Ns Aq Ar 1-22
529 .It Cm M- Ns Aq Ar Keypad 1-9
530 .Pf rg_ Aq Ar 1-9
531 .It Cm M-S- Ns Aq Ar Keypad 1-9
532 .Pf mvrg_ Aq Ar 1-9
533 .It Cm M- Ns Aq Cm Right
534 ws_next
535 .It Cm M- Ns Aq Cm Left
536 ws_prev
537 .It Cm M- Ns Aq Cm Up
538 ws_next_all
539 .It Cm M- Ns Aq Cm Down
540 ws_prev_all
541 .It Cm M-a
542 ws_prior
543 .It Cm M-S- Ns Aq Cm Right
544 rg_next
545 .It Cm M-S- Ns Aq Cm Left
546 rg_prev
547 .It Cm M-s
548 screenshot_all
549 .It Cm M-S-s
550 screenshot_wind
551 .It Cm M-S-v
552 version
553 .It Cm M-t
554 float_toggle
555 .It Cm M-S- Ns Aq Cm Delete
556 lock
557 .It Cm M-S-i
558 initscr
559 .It Cm M-w
560 iconify
561 .It Cm M-S-w
562 uniconify
563 .It Cm M-S-r
564 always_raise
565 .It Cm M-v
566 button2
567 .It Cm M--
568 width_shrink
569 .It Cm M-=
570 width_grow
571 .It Cm M-S--
572 height_shrink
573 .It Cm M-S-=
574 height_grow
575 .It Cm M-[
576 move_left
577 .It Cm M-]
578 move_right
579 .It Cm M-S-[
580 move_up
581 .It Cm M-S-]
582 move_down
583 .It Cm M-S-/
584 name_workspace
585 .It Cm M-/
586 search_workspace
587 .It Cm M-f
588 search_win
589 .El
590 .Pp
591 The action names and descriptions are listed below:
592 .Pp
593 .Bl -tag -width "M-j, M-<TAB>XXXX" -offset indent -compact
594 .It Cm term
595 Spawn a new terminal
596 (see
597 .Sx PROGRAMS
598 above).
599 .It Cm menu
600 Menu
601 (see
602 .Sx PROGRAMS
603 above).
604 .It Cm quit
605 Quit
606 .Nm .
607 .It Cm restart
608 Restart
609 .Nm .
610 .It Cm cycle_layout
611 Cycle layout.
612 .It Cm flip_layout
613 Swap the master and stacking areas.
614 .It Cm stack_reset
615 Reset layout.
616 .It Cm master_shrink
617 Shrink master area.
618 .It Cm master_grow
619 Grow master area.
620 .It Cm master_add
621 Add windows to master area.
622 .It Cm master_del
623 Remove windows from master area.
624 .It Cm stack_inc
625 Add columns/rows to stacking area.
626 .It Cm stack_dec
627 Remove columns/rows from stacking area.
628 .It Cm swap_main
629 Move current window to master area.
630 .It Cm focus_next
631 Focus next window in workspace.
632 .It Cm focus_prev
633 Focus previous window in workspace.
634 .It Cm focus_main
635 Focus on main window in workspace.
636 .It Cm swap_next
637 Swap with next window in workspace.
638 .It Cm swap_prev
639 Swap with previous window in workspace.
640 .It Cm bar_toggle
641 Toggle overall visibility of status bars.
642 .It Cm bar_toggle_ws
643 Toggle status bar on current workspace.
644 .It Cm wind_del
645 Delete current window in workspace.
646 .It Cm wind_kill
647 Destroy current window in workspace.
648 .It Cm ws_ Ns Ar n
649 Switch to workspace
650 .Ar n ,
651 where
652 .Ar n
653 is 1 through workspace_limit.
654 .It Cm mvws_ Ns Ar n
655 Move current window to workspace
656 .Ar n ,
657 where
658 .Ar n
659 is 1 through workspace_limit.
660 .It Cm rg_ Ns Ar n
661 Focus on region
662 .Ar n ,
663 where
664 .Ar n
665 is 1 through 9.
666 .It Cm mvrg_ Ns Ar n
667 Move current window to region
668 .Ar n ,
669 where
670 .Ar n
671 is 1 through 9.
672 .It Cm ws_next
673 Switch to next workspace with a window in it.
674 .It Cm ws_prev
675 Switch to previous workspace with a window in it.
676 .It Cm ws_next_all
677 Switch to next workspace.
678 .It Cm ws_prev_all
679 Switch to previous workspace.
680 .It Cm ws_prior
681 Switch to last visited workspace.
682 .It Cm rg_next
683 Switch to next region.
684 .It Cm rg_prev
685 Switch to previous region.
686 .It Cm screenshot_all
687 Take screenshot of entire screen (if enabled)
688 (see
689 .Sx PROGRAMS
690 above).
691 .It Cm screenshot_wind
692 Take screenshot of selected window (if enabled)
693 (see
694 .Sx PROGRAMS
695 above).
696 .It Cm version
697 Toggle version in status bar.
698 .It Cm float_toggle
699 Toggle focused window between tiled and floating.
700 .It Cm lock
701 Lock screen
702 (see
703 .Sx PROGRAMS
704 above).
705 .It Cm initscr
706 Reinitialize physical screens
707 (see
708 .Sx PROGRAMS
709 above).
710 .It Cm iconify
711 Minimize (unmap) currently focused window.
712 .It Cm uniconify
713 Maximize (map) window returned by dmenu selection.
714 .It Cm always_raise
715 When set tiled windows are allowed to obscure floating windows.
716 .It Cm button2
717 Fake a middle mouse button click (mouse button 2).
718 .It Cm width_shrink
719 Shrink the width of a floating window.
720 .It Cm width_grow
721 Grow the width of a floating window.
722 .It Cm height_shrink
723 Shrink the height of a floating window.
724 .It Cm height_grow
725 Grow the height of a floating window.
726 .It Cm move_left
727 Move a floating window a step to the left.
728 .It Cm move_right
729 Move a floating window a step to the right.
730 .It Cm move_up
731 Move a floating window a step upwards.
732 .It Cm move_down
733 Move a floating window a step downwards.
734 .It Cm name_workspace
735 Name the current workspace.
736 .It Cm search_workspace
737 Search for a workspace.
738 .It Cm search_win
739 Search the windows in the current workspace.
740 .El
741 .Pp
742 Custom bindings in the configuration file are specified as follows:
743 .Pp
744 .Dl bind[<action>] = <keys>
745 .Pp
746 .Aq action
747 is one of the actions listed above (or empty) and
748 .Aq keys
749 is in the form of zero or more modifier keys
750 (MOD, Mod1, Shift, etc.) and one or more normal keys
751 (b, space, etc.), separated by "+".
752 For example:
753 .Bd -literal -offset indent
754 bind[reset] = Mod4+q # bind Windows-key + q to reset
755 bind[] = Mod1+q # unbind Alt + q
756 .Ed
757 .Pp
758 To use the currently defined
759 .Ic modkey ,
760 specify MOD as the modifier key.
761 .Pp
762 Multiple key combinations may be bound to the same action.
763 .Pp
764 To bind non-latin characters such as å or π you must enter the xkb
765 character name instead of the character itself. Run xev, focus the window
766 and press the specific key and in the terminal output read the symbol name.
767 In the fallowing example for å:
768 .Bd -literal -offset indent
769 KeyPress event, serial 41, synthetic NO, window 0x2600001,
770 root 0x15a, subw 0x0, time 106213808, (11,5), root:(359,823),
771 state 0x0, keycode 24 (keysym 0xe5, aring), same_screen YES,
772 XLookupString gives 2 bytes: (c3 a5) "å"
773 XmbLookupString gives 2 bytes: (c3 a5) "å"
774 XFilterEvent returns: False
775 .Ed
776 .Pp
777 The xkb name is aring. In other words, in .spectrwm.conf add:
778 .Bd -literal -offset indent
779 bind[program] = MOD+aring
780 .Ed
781 .Sh KEYBOARD MAPPING FILES
782 Keyboard mapping files for several keyboard layouts are listed
783 below.
784 These files can be used with the
785 .Pa keyboard_mapping
786 setting to load pre-defined key bindings for the specified
787 keyboard layout.
788 .Pp
789 .Bl -tag -width "spectrwm_XX.confXXX" -offset indent -compact
790 .It Cm spectrwm_cz.conf
791 Czech Republic keyboard layout
792 .It Cm spectrwm_es.conf
793 Spanish keyboard layout
794 .It Cm spectrwm_fr.conf
795 French keyboard layout
796 .It Cm spectrwm_fr_ch.conf
797 Swiss French keyboard layout
798 .It Cm spectrwm_se.conf
799 Swedish keyboard layout
800 .It Cm spectrwm_us.conf
801 United States keyboard layout
802 .El
803 .Sh QUIRKS
804 .Nm
805 provides "quirks" which handle windows that must be treated specially
806 in a tiling window manager, such as some dialogs and fullscreen apps.
807 .Pp
808 The default quirks are described below:
809 .Pp
810 .Bl -tag -width "OpenOffice.org N.M:VCLSalFrame<TAB>XXX" -offset indent \
811 -compact
812 .It Firefox\-bin:firefox\-bin
813 TRANSSZ
814 .It Firefox:Dialog
815 FLOAT
816 .It Gimp:gimp
817 FLOAT + ANYWHERE
818 .It MPlayer:xv
819 FLOAT + FULLSCREEN + FOCUSPREV
820 .It OpenOffice.org 2.4:VCLSalFrame
821 FLOAT
822 .It OpenOffice.org 3.1:VCLSalFrame
823 FLOAT
824 .It pcb:pcb
825 FLOAT
826 .It xine:Xine Window
827 FLOAT + ANYWHERE
828 .It xine:xine Panel
829 FLOAT + ANYWHERE
830 .It xine:xine Video Fullscreen Window
831 FULLSCREEN + FLOAT
832 .It Xitk:Xitk Combo
833 FLOAT + ANYWHERE
834 .It Xitk:Xine Window
835 FLOAT + ANYWHERE
836 .It XTerm:xterm
837 XTERM_FONTADJ
838 .El
839 .Pp
840 The quirks themselves are described below:
841 .Pp
842 .Bl -tag -width "XTERM_FONTADJ<TAB>XXX" -offset indent -compact
843 .It FLOAT
844 This window should not be tiled, but allowed to float freely.
845 .It TRANSSZ
846 Adjusts size on transient windows that are too small using dialog_ratio
847 (see
848 .Sx CONFIGURATION FILES ) .
849 .It ANYWHERE
850 Allow window to position itself, uncentered.
851 .It XTERM_FONTADJ
852 Adjust xterm fonts when resizing.
853 .It FULLSCREEN
854 Remove border to allow window to use full region size.
855 .It FOCUSPREV
856 On exit force focus on previously focused application not previous
857 application in the stack.
858 .El
859 .Pp
860 Custom quirks in the configuration file are specified as follows:
861 .Pp
862 .Dl quirk[<class>:<name>] = <quirk> [ + <quirk> ... ]
863 .Pp
864 .Aq class
865 and
866 .Aq name
867 specify the window to which the quirk(s) apply, and
868 .Aq quirk
869 is one of the quirks from the list above.
870 For example:
871 .Bd -literal -offset indent
872 quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
873 quirk[pcb:pcb] = NONE # remove existing quirk
874 .Ed
875 .Pp
876 You can obtain
877 .Aq class
878 and
879 .Aq name
880 by running
881 .Xr xprop 1
882 and then clicking on the desired window.
883 In the following example the main window of Firefox was clicked:
884 .Bd -literal -offset indent
885 $ xprop | grep WM_CLASS
886 WM_CLASS(STRING) = "Navigator", "Firefox"
887 .Ed
888 .Pp
889 Note that grepping for WM_CLASS flips class and name.
890 In the example above the quirk entry would be:
891 .Bd -literal -offset indent
892 quirk[Firefox:Navigator] = FLOAT
893 .Ed
894 .Pp
895 .Nm
896 also automatically assigns quirks to windows based on the value
897 of the window's _NET_WM_WINDOW_TYPE property as follows:
898 .Pp
899 .Bl -tag -width "_NET_WM_WINDOW_TYPE_TOOLBAR<TAB>XXX" -offset indent -compact
900 .It _NET_WM_WINDOW_TYPE_DOCK
901 FLOAT + ANYWHERE
902 .It _NET_WM_WINDOW_TYPE_TOOLBAR
903 FLOAT + ANYWHERE
904 .It _NET_WM_WINDOW_TYPE_UTILITY
905 FLOAT + ANYWHERE
906 .It _NET_WM_WINDOW_TYPE_SPLASH
907 FLOAT
908 .It _NET_WM_WINDOW_TYPE_DIALOG
909 FLOAT
910 .El
911 .Pp
912 In all other cases, no automatic quirks are assigned to the window.
913 Quirks specified in the configuration file override the automatic quirks.
914 .Sh EWMH
915 .Nm
916 partially implements the Extended Window Manager Hints (EWMH) specification.
917 This enables controlling windows as well as
918 .Nm
919 itself from external scripts and programs.
920 This is achieved by
921 .Nm
922 responding to certain ClientMessage events.
923 From the terminal these events
924 can be conveniently sent using tools such as
925 .Xr wmctrl 1
926 and
927 .Xr xdotool 1 .
928 For the
929 actual format of these ClientMessage events, see the EWMH specification.
930 .Pp
931 The id of the currently focused window is stored in the _NET_ACTIVE_WINDOW
932 property of the root window.
933 This can be used for example to retrieve the
934 title of the currently active window with
935 .Xr xprop 1
936 and
937 .Xr grep 1 :
938 .Bd -literal -offset indent
939 $ WINDOWID=`xprop \-root _NET_ACTIVE_WINDOW | grep \-o "0x.*"`
940 $ xprop \-id $WINDOWID WM_NAME | grep \-o "\\".*\\""
941 .Ed
942 .Pp
943 A window can be focused by sending a _NET_ACTIVE_WINDOW client message
944 to the root window.
945 For example, using
946 .Xr wmctrl 1
947 to send the message
948 (assuming 0x4a0000b is the id of the window to be focused):
949 .Bd -literal -offset indent
950 $ wmctrl \-i \-a 0x4a0000b
951 .Ed
952 .Pp
953 Windows can be closed by sending a _NET_CLOSE_WINDOW client message
954 to the root window.
955 For example, using
956 .Xr wmctrl 1
957 to send the message
958 (assuming 0x4a0000b is the id of the window to be closed):
959 .Bd -literal -offset indent
960 $ wmctrl \-i \-c 0x4a0000b
961 .Ed
962 .Pp
963 Windows can be floated and un-floated by adding or removing the
964 _NET_WM_STATE_ABOVE atom from the _NET_WM_STATE property of the window.
965 This can be achieved by sending a _NET_WM_STATE client message to the
966 root window.
967 For example, the following toggles the floating state of
968 a window using
969 .Xr wmctrl 1
970 to send the message (assuming 0x4a0000b is the id of the window floated
971 or un-floated):
972 .Bd -literal -offset indent
973 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_ABOVE
974 .Ed
975 .Pp
976 Floating windows can also be resized and moved by sending a
977 _NET_MOVERESIZE_WINDOW client message to the root window.
978 For example,
979 using
980 .Xr wmctrl 1
981 to send the message (assuming 0x4a0000b is the id of
982 the window to be resize/moved):
983 .Bd -literal -offset indent
984 $ wmctrl \-i \-r 0x4a0000b \-e 0,100,50,640,480
985 .Ed
986 .Pp
987 This moves the window to (100,50) and resizes it to 640x480.
988 .Pp
989 Any _NET_MOVERESIZE_WINDOW events received for stacked windows are ignored.
990 .Sh SIGNALS
991 Sending
992 .Nm
993 a HUP signal will restart it.
994 .Sh FILES
995 .Bl -tag -width "/etc/spectrwm.confXXX" -compact
996 .It Pa ~/.spectrwm.conf
997 .Nm
998 user specific settings.
999 .It Pa /etc/spectrwm.conf
1000 .Nm
1001 global settings.
1002 .El
1003 .Sh HISTORY
1004 .Nm
1005 was inspired by xmonad & dwm.
1006 .Sh AUTHORS
1007 .An -nosplit
1008 .Nm
1009 was written by:
1010 .Pp
1011 .Bl -tag -width "Ryan Thomas McBride Aq mcbride@countersiege.com " -offset \
1012 indent -compact
1013 .It Cm Marco Peereboom Aq marco@peereboom.us
1014 .It Cm Ryan Thomas McBride Aq mcbride@countersiege.com
1015 .It Cm Darrin Chandler Aq dwchandler@stilyagin.com
1016 .It Cm Pierre-Yves Ritschard Aq pyr@spootnik.org
1017 .It Cm Tuukka Kataja Aq stuge@xor.fi
1018 .It Cm Jason L. Wright Aq jason@thought.net
1019 .It Cm Reginald Kennedy Aq rk@rejii.com
1020 .It Cm Lawrence Teo Aq lteo@lteo.net
1021 .It Cm Tiago Cunha Aq tcunha@gmx.com
1022 .It Cm David Hill Aq dhill@mindcry.org
1023 .El