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