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