]> code.delx.au - spectrwm/blob - spectrwm.1
rename scrotwm to spectrwm
[spectrwm] / spectrwm.1
1 .\" Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>
2 .\" Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
3 .\"
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
7 .\"
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 .\"
16 .Dd $Mdocdate: February 8 2012 $
17 .Dt SPECTRWM 1
18 .Os
19 .Sh NAME
20 .Nm spectrwm
21 .Nd window manager for X11
22 .Sh SYNOPSIS
23 .Nm spectrwm
24 .Sh DESCRIPTION
25 .Nm
26 is a minimalistic window manager that tries to stay out of the way so that
27 valuable screen real estate can be used for much more important stuff.
28 It has sane defaults and does not require one to learn a language to do any
29 configuration.
30 It was written by hackers for hackers and it strives to be small, compact and
31 fast.
32 .Pp
33 When
34 .Nm
35 starts up, it reads settings from its configuration file,
36 .Pa spectrwm.conf .
37 See the
38 .Sx CONFIGURATION FILES
39 section below.
40 .Pp
41 The following notation is used throughout this page:
42 .Pp
43 .Bl -tag -width Ds -offset indent -compact
44 .It Cm M
45 Meta
46 .It Cm S
47 Shift
48 .It Aq Cm Name
49 Named key
50 .It Cm M1
51 Mouse button 1
52 .It Cm M3
53 Mouse button 3
54 .El
55 .Pp
56 .Nm
57 is very simple in its use.
58 Most of the actions are initiated via key or mouse 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 \*(Ltkeyword\*(Gt = \*(Ltsetting\*(Gt.
71 For example:
72 .Pp
73 .Dl color_focus = red
74 .Pp
75 Enabling or disabling an option is done by using 1 or 0 respectively.
76 .Pp
77 The file supports the following keywords:
78 .Bl -tag -width 2m
79 .It Ic autorun
80 Launch an application in a specified workspace at start-of-day.
81 Defined in the format ws[<idx>]:application, e.g. ws[2]:xterm launches an
82 xterm in workspace 2.
83 .It Ic bar_action
84 External script that populates additional information in the status bar,
85 such as battery life.
86 .It Ic bar_at_bottom
87 Place the statusbar at the bottom of each region instead of the top.
88 .It Ic bar_border Ns Bq Ar x
89 Color of the status bar border in screen
90 .Ar x .
91 .It Ic bar_border_width
92 Set status bar border thickness in pixels.
93 Disable border by setting to 0.
94 .It Ic bar_color Ns Bq Ar x
95 Color of the status bar window in screen
96 .Ar x .
97 .It Ic bar_delay
98 Update frequency, in seconds, of external script that populates the status bar.
99 .It Ic bar_enabled
100 Enable or disable status bar.
101 .It Ic bar_font
102 Status bar font.
103 .It Ic bar_font_color Ns Bq Ar x
104 Color of the font in status bar in screen
105 .Ar x .
106 .It Ic bar_justify
107 Justify the status bar text. Possible values are
108 .Pa left ,
109 .Pa center ,
110 and
111 .Pa right .
112 .It Ic bind Ns Bq Ar x
113 Bind key combo to action
114 .Ar x .
115 See the
116 .Sx BINDINGS
117 section below.
118 .It Ic border_width
119 Set window border thickness in pixels.
120 Disable all borders by setting to 0.
121 .It Ic clock_enabled
122 Enable or disable displaying the clock in the status bar.
123 Disable by setting to 0
124 so a custom clock could be used in the
125 .Pa bar_action
126 script.
127 .It Ic color_focus
128 Border color of the currently focussed window.
129 .It Ic color_unfocus
130 Border color of unfocussed windows.
131 .It Ic dialog_ratio
132 Some applications have dialogue windows that are too small to be useful.
133 This ratio is the screen size to what they will be resized.
134 For example, 0.6 is 60% of the physical screen size.
135 .It Ic disable_border
136 Remove border when bar is disabled and there is only one window on the screen.
137 .It Ic focus_mode
138 Using a value of
139 .Pa follow_cursor
140 will make the window manager focus the window
141 under the mouse when switching workspaces and creating windows.
142 .It Ic keyboard_mapping
143 Clear all key bindings and load new key bindings from the specified file.
144 This allows you to load pre-defined key bindings for your keyboard layout.
145 See the
146 .Sx KEYBOARD MAPPING FILES
147 section below for a list of keyboard mapping files that have been provided
148 for several keyboard layouts.
149 .It Ic layout
150 Select layout to use at start-of-day.
151 Defined in the format
152 ws[idx]:master_grow:master_add:stack_inc:layout:always_raise:stack_mode, e.g.
153 ws[2]:-4:0:1:0:horizontal sets worskspace 2 to the horizontal stack mode and
154 shrinks the master area by 4 ticks and adds one window to the stack, while
155 maintaining default floating window behavior.
156 Possible stack_mode values are
157 .Pa vertical ,
158 .Pa horizontal
159 and
160 .Pa fullscreen .
161 .Pp
162 See
163 .Pa master_grow ,
164 .Pa master_shrink ,
165 .Pa master_add ,
166 .Pa master_del ,
167 .Pa stack_inc ,
168 .Pa stack_dec ,
169 and
170 .Pa always_raise
171 for more information.
172 Note that the stacking options are complicated and have side-effects.
173 One should familiarize oneself with these commands before experimenting with the
174 .Pa layout
175 option.
176 .Pp
177 This setting is not retained at restart.
178 .It Ic modkey
179 Change mod key.
180 Mod1 is generally the ALT key and Mod4 is the windows key on a PC.
181 .It Ic program Ns Bq Ar p
182 Define new action to spawn a program
183 .Ar p .
184 See the
185 .Sx PROGRAMS
186 section below.
187 .It Ic quirk Ns Bq Ar c:n
188 Add "quirk" for windows with class
189 .Ar c
190 and name
191 .Ar n .
192 See the
193 .Sx QUIRKS
194 section below.
195 .It Ic region
196 Allocates a custom region, removing any autodetected regions which occupy the same
197 space on the screen.
198 Defined in the format screen[<idx>]:WIDTHxHEIGHT+X+Y,
199 e.g.\& screen[1]:800x1200+0+0.
200 .Pp
201 To make a screen span multiple monitors, create a region big enough to cover
202 them all, e.g. screen[1]:2048x768+0+0 makes the screen span two monitors with
203 1024x768 resolution sitting one next to the other.
204 .It Ic stack_enabled
205 Enable or disable displaying the current stacking algorithm in the status bar.
206 .It Ic term_width
207 Set a preferred minimum width for the terminal.
208 If this value is greater than 0,
209 .Nm
210 will attempt to adjust the font sizes in the terminal to keep the terminal
211 width above this number as the window is resized.
212 Only
213 .Xr xterm 1
214 is currently supported.
215 The
216 .Xr xterm 1
217 binary must not be setuid or setgid, which it is by default on most systems.
218 Users may need to set program[term] (see the
219 .Sx PROGRAMS
220 section) to use an alternate copy of the
221 .Xr xterm 1
222 binary without the setgid bit set.
223 .It Ic title_class_enabled
224 Enable or disable displaying the window class in the status bar.
225 Enable by setting to 1.
226 .It Ic title_name_enabled
227 Enable or disable displaying the window title in the status bar.
228 Enable by setting to 1.
229 .It Ic urgent_enabled
230 Enable or disable the urgency hint.
231 Note that many terminal emulators require this to be enabled for it to
232 propagate.
233 In xterm, for example, one needs to add the following line
234 .Pa xterm.urgentOnBell: true
235 to
236 .Pa .Xdefaults .
237 .It Ic verbose_layout
238 Enable or disable displaying the current master and stack values in the status
239 bar.
240 Enable by setting to 1.
241 .It Ic window_name_enabled
242 Enable or disable displaying the window name in the status bar.
243 Enable by setting to 1.
244 .El
245 .Pp
246 Colors need to be specified per the
247 .Xr XQueryColor 3
248 specification and fonts need to be specified per the
249 .Xr XQueryFont 3
250 specification.
251 .Pp
252 To list the available fonts in your system see
253 .Xr fc-list 1
254 or
255 .Xr xlsfonts 1
256 manpages.
257 The
258 .Xr xfontsel 1
259 application can help you to show the X Logical Font Description ("XLFD") used
260 as setting in the keyword
261 .Pa bar_font .
262 .Sh PROGRAMS
263 .Nm
264 allows you to define custom actions to launch programs of your choice and then
265 bind them the same as with built-in actions.
266 See the
267 .Sx BINDINGS
268 section below.
269 .Pp
270 The default programs are described below:
271 .Pp
272 .Bl -tag -width "screenshot_wind" -offset indent -compact
273 .It Cm term
274 xterm
275 .It Cm screenshot_all
276 screenshot.sh full
277 .It Cm screenshot_wind
278 screenshot.sh window
279 .It Cm lock
280 xlock
281 .It Cm initscr
282 initscreen.sh
283 .It Cm menu
284 dmenu_run \-fn $bar_font \-nb $bar_color \-nf $bar_font_color \-sb $bar_border \-sf $bar_color
285 .El
286 .Pp
287 Custom programs in the configuration file are specified as follows:
288 .Pp
289 .Dl program[<name>] = <progpath> [<arg> [... <arg>]]
290 .Pp
291 .Aq name
292 is any identifier that does not conflict with a built-in action or keyword,
293 .Aq progpath
294 is the desired program, and
295 .Aq arg
296 is zero or more arguments to the program.
297 .Pp
298 The following variables represent settable values in
299 .Nm
300 (see the
301 .Sx CONFIGURATION FILES
302 section above),
303 and may be used in the
304 .Aq arg
305 fields and will be substituted for values at the time the program is spawned:
306 .Pp
307 .Bl -tag -width "$bar_font_color" -offset indent -compact
308 .It Cm $bar_border
309 .It Cm $bar_color
310 .It Cm $bar_font
311 .It Cm $bar_font_color
312 .It Cm $color_focus
313 .It Cm $color_unfocus
314 .El
315 .Pp
316 Example:
317 .Bd -literal -offset indent
318 program[ff] = /usr/local/bin/firefox http://spectrwm.org/
319 bind[ff] = Mod+Shift+b # Now Mod+Shift+B launches firefox
320 .Ed
321 .Pp
322 To undo the previous:
323 .Bd -literal -offset indent
324 bind[] = Mod+Shift+b
325 program[ff] =
326 .Ed
327 .Sh BINDINGS
328 .Nm
329 provides many functions (or actions) accessed via key or mouse bindings.
330 .Pp
331 The current mouse bindings are described below:
332 .Pp
333 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
334 .It Cm M1
335 Focus window
336 .It Cm M-M1
337 Move window
338 .It Cm M-M3
339 Resize window
340 .It Cm M-S-M3
341 Resize window while maintaining it centered
342 .El
343 .Pp
344 The default key bindings are described below:
345 .Pp
346 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
347 .It Cm M-S- Ns Aq Cm Return
348 term
349 .It Cm M-p
350 menu
351 .It Cm M-S-q
352 quit
353 .It Cm M-q
354 restart
355 .It Cm M- Ns Aq Cm Space
356 cycle_layout
357 .It Cm M-S- Ns Aq Cm \e
358 flip_layout
359 .It Cm M-S- Ns Aq Cm Space
360 stack_reset
361 .It Cm M-h
362 master_shrink
363 .It Cm M-l
364 master_grow
365 .It Cm M-,
366 master_add
367 .It Cm M-.
368 master_del
369 .It Cm M-S-,
370 stack_inc
371 .It Cm M-S-.
372 stack_dec
373 .It Cm M- Ns Aq Cm Return
374 swap_main
375 .It Xo
376 .Cm M-j ,
377 .Cm M- Ns Aq Cm TAB
378 .Xc
379 focus_next
380 .It Xo
381 .Cm M-k ,
382 .Cm M-S- Ns Aq Cm TAB
383 .Xc
384 focus_prev
385 .It Cm M-m
386 focus_main
387 .It Cm M-S-j
388 swap_next
389 .It Cm M-S-k
390 swap_prev
391 .It Cm M-b
392 bar_toggle
393 .It Cm M-x
394 wind_del
395 .It Cm M-S-x
396 wind_kill
397 .It Cm M- Ns Aq Ar n
398 .Pf ws_ Ar n
399 .It Cm M-S- Ns Aq Ar n
400 .Pf mvws_ Ar n
401 .It Cm M- Ns Aq Cm Right
402 ws_next
403 .It Cm M- Ns Aq Cm Left
404 ws_prev
405 .It Cm M- Ns Aq Cm Up
406 ws_next_all
407 .It Cm M- Ns Aq Cm Down
408 ws_prev_all
409 .It Cm M-a
410 ws_prior
411 .It Cm M-S- Ns Aq Cm Right
412 screen_next
413 .It Cm M-S- Ns Aq Cm Left
414 screen_prev
415 .It Cm M-s
416 screenshot_all
417 .It Cm M-S-s
418 screenshot_wind
419 .It Cm M-S-v
420 version
421 .It Cm M-t
422 float_toggle
423 .It Cm M-S- Ns Aq Cm Delete
424 lock
425 .It Cm M-S-i
426 initscr
427 .It Cm M-w
428 iconify
429 .It Cm M-S-w
430 uniconify
431 .It Cm M-S-r
432 always_raise
433 .It Cm M-v
434 button2
435 .It Cm M--
436 width_shrink
437 .It Cm M-=
438 width_grow
439 .It Cm M-S--
440 height_shrink
441 .It Cm M-S-=
442 height_grow
443 .It Cm M-[
444 move_left
445 .It Cm M-]
446 move_right
447 .It Cm M-S-[
448 move_up
449 .It Cm M-S-]
450 move_down
451 .It Cm M-S-/
452 name_workspace
453 .It Cm M-/
454 search_workspace
455 .It Cm M-f
456 search_win
457 .El
458 .Pp
459 The action names and descriptions are listed below:
460 .Pp
461 .Bl -tag -width "M-j, M-<TAB>XXXX" -offset indent -compact
462 .It Cm term
463 Spawn a new terminal
464 (see
465 .Sx PROGRAMS
466 above).
467 .It Cm menu
468 Menu
469 (see
470 .Sx PROGRAMS
471 above).
472 .It Cm quit
473 Quit
474 .Nm .
475 .It Cm restart
476 Restart
477 .Nm .
478 .It Cm cycle_layout
479 Cycle layout.
480 .It Cm flip_layout
481 Swap the master and stacking areas.
482 .It Cm stack_reset
483 Reset layout.
484 .It Cm master_shrink
485 Shrink master area.
486 .It Cm master_grow
487 Grow master area.
488 .It Cm master_add
489 Add windows to master area.
490 .It Cm master_del
491 Remove windows from master area.
492 .It Cm stack_inc
493 Add columns/rows to stacking area.
494 .It Cm stack_dec
495 Remove columns/rows from stacking area.
496 .It Cm swap_main
497 Move current window to master area.
498 .It Cm focus_next
499 Focus next window in workspace.
500 .It Cm focus_prev
501 Focus previous window in workspace.
502 .It Cm focus_main
503 Focus on main window in workspace.
504 .It Cm swap_next
505 Swap with next window in workspace.
506 .It Cm swap_prev
507 Swap with previous window in workspace.
508 .It Cm bar_toggle
509 Toggle status bar in all workspaces.
510 .It Cm wind_del
511 Delete current window in workspace.
512 .It Cm wind_kill
513 Destroy current window in workspace.
514 .It Cm ws_ Ns Ar n
515 Switch to workspace
516 .Ar n ,
517 where
518 .Ar n
519 is 1 through 10.
520 .It Cm mvws_ Ns Ar n
521 Move current window to workspace
522 .Ar n ,
523 where
524 .Ar n
525 is 1 through 10.
526 .It Cm ws_next
527 Switch to next workspace with a window in it.
528 .It Cm ws_prev
529 Switch to previous workspace with a window in it.
530 .It Cm ws_next_all
531 Switch to next workspace.
532 .It Cm ws_prev_all
533 Switch to previous workspace.
534 .It Cm ws_prior
535 Switch to last visited workspace.
536 .It Cm screen_next
537 Move pointer to next region.
538 .It Cm screen_prev
539 Move pointer to previous region.
540 .It Cm screenshot_all
541 Take screenshot of entire screen (if enabled)
542 (see
543 .Sx PROGRAMS
544 above).
545 .It Cm screenshot_wind
546 Take screenshot of selected window (if enabled)
547 (see
548 .Sx PROGRAMS
549 above).
550 .It Cm version
551 Toggle version in status bar.
552 .It Cm float_toggle
553 Toggle focused window between tiled and floating.
554 .It Cm lock
555 Lock screen
556 (see
557 .Sx PROGRAMS
558 above).
559 .It Cm initscr
560 Reinitialize physical screens
561 (see
562 .Sx PROGRAMS
563 above).
564 .It Cm iconify
565 Minimize (unmap) currently focused window.
566 .It Cm uniconify
567 Maximize (map) window returned by dmenu selection.
568 .It Cm always_raise
569 When set tiled windows are allowed to obscure floating windows.
570 .It Cm button2
571 Fake a middle mouse button click (mouse button 2).
572 .It Cm width_shrink
573 Shrink the width of a floating window.
574 .It Cm width_grow
575 Grow the width of a floating window.
576 .It Cm height_shrink
577 Shrink the height of a floating window.
578 .It Cm height_grow
579 Grow the height of a floating window.
580 .It Cm move_left
581 Move a floating window a step to the left.
582 .It Cm move_right
583 Move a floating window a step to the right.
584 .It Cm move_up
585 Move a floating window a step upwards.
586 .It Cm move_down
587 Move a floating window a step downwards.
588 .It Cm name_workspace
589 Name the current workspace.
590 .It Cm search_workspace
591 Search for a workspace.
592 .It Cm search_win
593 Search the windows in the current workspace.
594 .El
595 .Pp
596 Custom bindings in the configuration file are specified as follows:
597 .Pp
598 .Dl bind[<action>] = <keys>
599 .Pp
600 .Aq action
601 is one of the actions listed above (or empty) and
602 .Aq keys
603 is in the form of zero or more modifier keys
604 (MOD, Mod1, Shift, etc.) and one or more normal keys
605 (b, space, etc.), separated by "+".
606 For example:
607 .Bd -literal -offset indent
608 bind[reset] = Mod4+q # bind Windows-key + q to reset
609 bind[] = Mod1+q # unbind Alt + q
610 .Ed
611 .Pp
612 To use the currently defined
613 .Ic modkey ,
614 specify MOD as the modifier key.
615 .Pp
616 Multiple key combinations may be bound to the same action.
617 .Sh KEYBOARD MAPPING FILES
618 Keyboard mapping files for several keyboard layouts are listed
619 below.
620 These files can be used with the
621 .Pa keyboard_mapping
622 setting to load pre-defined key bindings for the specified
623 keyboard layout.
624 .Pp
625 .Bl -tag -width "spectrwm_XX.confXXX" -offset indent -compact
626 .It Cm spectrwm_cz.conf
627 Czech Republic keyboard layout
628 .It Cm spectrwm_es.conf
629 Spanish keyboard layout
630 .It Cm spectrwm_fr.conf
631 French keyboard layout
632 .It Cm spectrwm_fr_ch.conf
633 Swiss French keyboard layout
634 .It Cm spectrwm_se.conf
635 Swedish keyboard layout
636 .It Cm spectrwm_us.conf
637 United States keyboard layout
638 .El
639 .Sh QUIRKS
640 .Nm
641 provides "quirks" which handle windows that must be treated specially
642 in a tiling window manager, such as some dialogs and fullscreen apps.
643 .Pp
644 The default quirks are described below:
645 .Pp
646 .Bl -tag -width "OpenOffice.org N.M:VCLSalFrame<TAB>XXX" -offset indent -compact
647 .It Firefox\-bin:firefox\-bin
648 TRANSSZ
649 .It Firefox:Dialog
650 FLOAT
651 .It Gimp:gimp
652 FLOAT + ANYWHERE
653 .It MPlayer:xv
654 FLOAT + FULLSCREEN + FOCUSPREV
655 .It OpenOffice.org 2.4:VCLSalFrame
656 FLOAT
657 .It OpenOffice.org 3.1:VCLSalFrame
658 FLOAT
659 .It pcb:pcb
660 FLOAT
661 .It xine:Xine Window
662 FLOAT + ANYWHERE
663 .It xine:xine Panel
664 FLOAT + ANYWHERE
665 .It xine:xine Video Fullscreen Window
666 FULLSCREEN + FLOAT
667 .It Xitk:Xitk Combo
668 FLOAT + ANYWHERE
669 .It Xitk:Xine Window
670 FLOAT + ANYWHERE
671 .It XTerm:xterm
672 XTERM_FONTADJ
673 .El
674 .Pp
675 The quirks themselves are described below:
676 .Pp
677 .Bl -tag -width "XTERM_FONTADJ<TAB>XXX" -offset indent -compact
678 .It FLOAT
679 This window should not be tiled, but allowed to float freely.
680 .It TRANSSZ
681 Adjusts size on transient windows that are too small using dialog_ratio
682 (see
683 .Sx CONFIGURATION FILES ) .
684 .It ANYWHERE
685 Allow window to position itself, uncentered.
686 .It XTERM_FONTADJ
687 Adjust xterm fonts when resizing.
688 .It FULLSCREEN
689 Remove border to allow window to use full screen size.
690 .It FOCUSPREV
691 On exit force focus on previously focused application not previous application
692 in the stack.
693 .El
694 .Pp
695 Custom quirks in the configuration file are specified as follows:
696 .Pp
697 .Dl quirk[<class>:<name>] = <quirk> [ + <quirk> ... ]
698 .Pp
699 .Aq class
700 and
701 .Aq name
702 specify the window to which the quirk(s) apply, and
703 .Aq quirk
704 is one of the quirks from the list above.
705 For example:
706 .Bd -literal -offset indent
707 quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
708 quirk[pcb:pcb] = NONE # remove existing quirk
709 .Ed
710 .Pp
711 You can obtain
712 .Aq class
713 and
714 .Aq name
715 by running
716 .Xr xprop 1
717 and then clicking on the desired window.
718 In the following example the main window of Firefox was clicked:
719 .Bd -literal -offset indent
720 $ xprop | grep WM_CLASS
721 WM_CLASS(STRING) = "Navigator", "Firefox"
722 .Ed
723 .Pp
724 Note that grepping for WM_CLASS flips class and name.
725 In the example above the quirk entry would be:
726 .Bd -literal -offset indent
727 quirk[Firefox:Navigator] = FLOAT
728 .Ed
729 .Pp
730 .Nm
731 also automatically assigns quirks to windows based on the value
732 of the window's _NET_WM_WINDOW_TYPE property as follows:
733 .Pp
734 .Bl -tag -width "_NET_WM_WINDOW_TYPE_TOOLBAR<TAB>XXX" -offset indent -compact
735 .It _NET_WM_WINDOW_TYPE_DOCK
736 FLOAT + ANYWHERE
737 .It _NET_WM_WINDOW_TYPE_TOOLBAR
738 FLOAT + ANYWHERE
739 .It _NET_WM_WINDOW_TYPE_UTILITY
740 FLOAT + ANYWHERE
741 .It _NET_WM_WINDOW_TYPE_SPLASH
742 FLOAT
743 .It _NET_WM_WINDOW_TYPE_DIALOG
744 FLOAT
745 .El
746 .Pp
747 In all other cases, no automatic quirks are assigned to the window.
748 Quirks specified in the configuration file override the automatic quirks.
749 .Sh EWMH
750 .Nm
751 partially implements the Extended Window Manager Hints (EWMH) specification.
752 This enables controlling windows as well as
753 .Nm
754 itself from external scripts and programs.
755 This is achieved by
756 .Nm
757 responding to certain ClientMessage events.
758 From the terminal these events
759 can be conveniently sent using tools such as
760 .Xr wmctrl 1
761 and
762 .Xr xdotool 1 .
763 For the
764 actual format of these ClientMessage events, see the EWMH specification.
765 .Pp
766 The id of the currently focused window is stored in the _NET_ACTIVE_WINDOW
767 property of the root window.
768 This can be used for example to retrieve the
769 title of the currently active window with
770 .Xr xprop 1
771 and
772 .Xr grep 1 :
773 .Bd -literal -offset indent
774 $ WINDOWID=`xprop \-root _NET_ACTIVE_WINDOW | grep \-o "0x.*"`
775 $ xprop \-id $WINDOWID WM_NAME | grep \-o "\\".*\\""
776 .Ed
777 .Pp
778 A window can be focused by sending a _NET_ACTIVE_WINDOW client message
779 to the root window.
780 For example, using
781 .Xr wmctrl 1
782 to send the message
783 (assuming 0x4a0000b is the id of the window to be focused):
784 .Bd -literal -offset indent
785 $ wmctrl \-i \-a 0x4a0000b
786 .Ed
787 .Pp
788 Windows can be closed by sending a _NET_CLOSE_WINDOW client message
789 to the root window.
790 For example, using
791 .Xr wmctrl 1
792 to send the message
793 (assuming 0x4a0000b is the id of the window to be closed):
794 .Bd -literal -offset indent
795 $ wmctrl \-i \-c 0x4a0000b
796 .Ed
797 .Pp
798 Windows can be floated and un-floated by adding or removing the
799 _NET_WM_STATE_ABOVE atom from the _NET_WM_STATE property of the window.
800 This can be achieved by sending a _NET_WM_STATE client message to the
801 root window.
802 For example, the following toggles the floating state of
803 a window using
804 .Xr wmctrl 1
805 to send the message (assuming 0x4a0000b is the id of the window floated
806 or un-floated):
807 .Bd -literal -offset indent
808 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_ABOVE
809 .Ed
810 .Pp
811 Floating windows can also be resized and moved by sending a
812 _NET_MOVERESIZE_WINDOW client message to the root window.
813 For example,
814 using
815 .Xr wmctrl 1
816 to send the message (assuming 0x4a0000b is the id of
817 the window to be resize/moved):
818 .Bd -literal -offset indent
819 $ wmctrl \-i \-r 0x4a0000b \-e 0,100,50,640,480
820 .Ed
821 .Pp
822 This moves the window to (100,50) and resizes it to 640x480.
823 .Pp
824 Any _NET_MOVERESIZE_WINDOW events received for stacked windows are ignored.
825 .Sh SIGNALS
826 Sending
827 .Nm
828 a HUP signal will restart it.
829 .Sh FILES
830 .Bl -tag -width "/etc/spectrwm.confXXX" -compact
831 .It Pa ~/.spectrwm.conf
832 .Nm
833 user specific settings.
834 .It Pa /etc/spectrwm.conf
835 .Nm
836 global settings.
837 .El
838 .Sh HISTORY
839 .Nm
840 was inspired by xmonad & dwm.
841 .Sh AUTHORS
842 .An -nosplit
843 .Nm
844 was written by:
845 .Pp
846 .Bl -tag -width "Ryan Thomas McBride Aq mcbride@countersiege.com " -offset indent -compact
847 .It Cm Marco Peereboom Aq marco@peereboom.us
848 .It Cm Ryan Thomas McBride Aq mcbride@countersiege.com
849 .It Cm Darrin Chandler Aq dwchandler@stilyagin.com
850 .It Cm Pierre-Yves Ritschard Aq pyr@spootnik.org
851 .It Cm Tuukka Kataja Aq stuge@xor.fi
852 .It Cm Jason L. Wright Aq jason@thought.net
853 .It Cm Reginald Kennedy Aq rk@rejii.com
854 .El