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