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