JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add a fake mouse button 2 press for mouse starved machines and xterm
[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 always_raise
409 .It Cm M-v
410 button2
411 .El
412 .Pp
413 The action names and descriptions are listed below:
414 .Pp
415 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
416 .It Cm term
417 Spawn a new terminal
418 (see
419 .Sx PROGRAMS
420 above)
421 .It Cm menu
422 Menu
423 (see
424 .Sx PROGRAMS
425 above)
426 .It Cm quit
427 Quit
428 .Nm
429 .It Cm restart
430 Restart
431 .Nm
432 .It Cm cycle_layout
433 Cycle layout
434 .It Cm reset_layout
435 Reset layout
436 .It Cm master_shrink
437 Shrink master area
438 .It Cm master_grow
439 Grow master area
440 .It Cm master_add
441 Add windows to master area
442 .It Cm master_del
443 Remove windows from master area
444 .It Cm stack_inc
445 Add columns/rows to stacking area
446 .It Cm stack_del
447 Remove columns/rows from stacking area
448 .It Cm swap_main
449 Move current window to master area
450 .It Cm focus_next
451 Focus next window in workspace
452 .It Cm focus_prev
453 Focus previous window in workspace
454 .It Cm focus_main
455 Focus on main window in workspace
456 .It Cm swap_next
457 Swap with next window in workspace
458 .It Cm swap_prev
459 Swap with previous window in workspace
460 .It Cm bar_toggle
461 Toggle status bar in all workspaces
462 .It Cm wind_del
463 Delete current window in workspace
464 .It Cm wind_kill
465 Destroy current window in workspace
466 .It Cm ws_ Ns Ar n
467 Switch to workspace
468 .Ar n ,
469 where
470 .Ar n
471 is 1 through 10
472 .It Cm mvws_ Ns Ar n
473 Move current window to workspace
474 .Ar n ,
475 where
476 .Ar n
477 is 1 through 10
478 .It Cm ws_next
479 Switch to next workspace with a window in it
480 .It Cm ws_prev
481 Switch to previous workspace with a window in it
482 .It Cm ws_prior
483 Switch to last visited workspace
484 .It Cm screen_next
485 Move pointer to next region
486 .It Cm screen_prev
487 Move pointer to previous region
488 .It Cm screenshot_all
489 Take screenshot of entire screen (if enabled)
490 (see
491 .Sx PROGRAMS
492 above)
493 .It Cm screenshot_wind
494 Take screenshot of selected window (if enabled)
495 (see
496 .Sx PROGRAMS
497 above)
498 .It Cm version
499 Toggle version in status bar
500 .It Cm float_toggle
501 Toggle focused window between tiled and floating
502 .It Cm lock
503 Lock screen
504 (see
505 .Sx PROGRAMS
506 above)
507 .It Cm initscr
508 Reinitialize physical screens
509 (see
510 .Sx PROGRAMS
511 above)
512 .It Cm iconify
513 Minimize (unmap) currently focused window.
514 .It Cm uniconify
515 Maximize (map) window returned by dmenu selection.
516 .It Cm always_raise
517 When set tiled windows are allowed to obscure floating windows.
518 .It Cm button2
519 Fake a middle mouse button click (mouse button 2).
520 .El
521 .Pp
522 Custom bindings in the configuration file are specified as follows:
523 .Pp
524 .Dl bind[<action>] = <keys>
525 .Pp
526 .Aq action
527 is one of the actions listed above (or empty) and
528 .Aq keys
529 is in the form of zero or more modifier keys
530 (MOD, Mod1, Shift, etc.) and one or more normal keys
531 (b, space, etc.), separated by "+".
532 For example:
533 .Bd -literal -offset indent
534 bind[reset] = Mod4+q # bind Windows-key + q to reset
535 bind[] = Mod1+q # unbind Alt + q
536 .Ed
537 .Pp
538 Multiple key combinations may be bound to the same action.
539 .Sh QUIRKS
540 .Nm
541 provides "quirks" which handle windows that must be treated specially
542 in a tiling window manager, such as some dialogs and fullscreen apps.
543 .Pp
544 The default quirks are described below:
545 .Pp
546 .Bl -tag -width "OpenOffice.org N.M:VCLSalFrame<TAB>XXX" -offset indent -compact
547 .It Firefox\-bin:firefox\-bin
548 TRANSSZ
549 .It Firefox:Dialog
550 FLOAT
551 .It Gimp:gimp
552 FLOAT + ANYWHERE
553 .It MPlayer:xv
554 FLOAT + FULLSCREEN + FOCUSPREV
555 .It OpenOffice.org 2.4:VCLSalFrame
556 FLOAT
557 .It OpenOffice.org 3.1:VCLSalFrame
558 FLOAT
559 .It pcb:pcb
560 FLOAT
561 .It xine:Xine Window
562 FLOAT + ANYWHERE
563 .It xine:xine Panel
564 FLOAT + ANYWHERE
565 .It xine:xine Video Fullscreen Window
566 FULLSCREEN + FLOAT
567 .It Xitk:Xitk Combo
568 FLOAT + ANYWHERE
569 .It Xitk:Xine Window
570 FLOAT + ANYWHERE
571 .It XTerm:xterm
572 XTERM_FONTADJ
573 .El
574 .Pp
575 The quirks themselves are described below:
576 .Pp
577 .Bl -tag -width "XTERM_FONTADJ<TAB>XXX" -offset indent -compact
578 .It FLOAT
579 This window should not be tiled, but allowed to float freely.
580 .It TRANSSZ
581 Adjusts size on transient windows that are too small using dialog_ratio
582 (see
583 .Sx CONFIGURATION FILES ) .
584 .It ANYWHERE
585 Allow window to position itself, uncentered.
586 .It XTERM_FONTADJ
587 Adjust xterm fonts when resizing.
588 .It FULLSCREEN
589 Remove border to allow window to use full screen size.
590 .It FOCUSPREV
591 On exit force focus on previously focused application not previous application
592 in the stack.
593 .El
594 .Pp
595 Custom quirks in the configuration file are specified as follows:
596 .Pp
597 .Dl quirk[<class>:<name>] = <quirk> [ + <quirk> ... ]
598 .Pp
599 .Aq class
600 and
601 .Aq name
602 specify the window to which the quirk(s) apply, and
603 .Aq quirk
604 is one of the quirks from the list above.
605 For example:
606 .Bd -literal -offset indent
607 quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
608 quirk[pcb:pcb] = NONE  # remove existing quirk
609 .Ed
610 .Pp
611 You can obtain
612 .Aq class
613 and
614 .Aq name
615 by running xprop(1) and then clicking on the desired window.
616 In the following example the main window of Firefox was clicked:
617 .Bd -literal -offset indent
618 $ xprop | grep WM_CLASS
619 WM_CLASS(STRING) = "Navigator", "Firefox"
620 .Ed
621 .Pp
622 Note that grepping for WM_CLASS flips class and name.
623 In the example above the quirk entry would be:
624 .Bd -literal -offset indent
625 quirk[Firefox:Navigator] = FLOAT
626 .Ed
627 .Pp
628 .Nm
629 also automatically assigns quirks to windows based on the value 
630 of the window's _NET_WM_WINDOW_TYPE property as follows:
631 .Pp
632 .Bl -tag -width "_NET_WM_WINDOW_TYPE_TOOLBAR<TAB>XXX" -offset indent -compact
633 .It _NET_WM_WINDOW_TYPE_DOCK
634 FLOAT + ANYWHERE
635 .It _NET_WM_WINDOW_TYPE_TOOLBAR
636 FLOAT + ANYWHERE
637 .It _NET_WM_WINDOW_TYPE_UTILITY
638 FLOAT + ANYWHERE
639 .It _NET_WM_WINDOW_TYPE_SPLASH
640 FLOAT
641 .It _NET_WM_WINDOW_TYPE_DIALOG
642 FLOAT
643 .El
644 .Pp
645 In all other cases, no automatic quirks are assigned to the window. 
646 Quirks specified in the configuration file override the automatic quirks.
647 .Sh EWMH
648 .Nm
649 partially implements the Extended Window Manager Hints (EWMH) specification. 
650 This enables controlling windows as well as
651 .Nm
652 itself from external scripts and programs. This is achieved by 
653 .Nm
654 responding to certain ClientMessage events. From the terminal these events 
655 can be conveniently sent using tools such as wmctrl and xdotool. For the 
656 actual format of these ClientMessage events, see the EWMH specification.
657 .Pp
658 The id of the currently focused window is stored in the _NET_ACTIVE_WINDOW 
659 property of the root window. This can be used for example to retrieve the 
660 title of the currently active window with xprop(1) and grep(1):
661 .Bd -literal -offset indent
662 $ WINDOWID=`xprop -root _NET_ACTIVE_WINDOW | grep -o "0x.*"`
663 $ xprop -id $WINDOWID WM_NAME | grep -o "\\".*\\""
664 .Ed
665 .Pp
666 A window can be focused by sending a _NET_ACTIVE_WINDOW client message 
667 to the root window. For example, using wmctrl to send the message 
668 (assuming 0x4a0000b is the id of the window to be focused):
669 .Bd -literal -offset indent
670 $ wmctrl -i -a 0x4a0000b
671 .Ed
672 .Pp
673 Windows can be closed by sending a _NET_CLOSE_WINDOW client message 
674 to the root window. For example, using wmctrl to send the message 
675 (assuming 0x4a0000b is the id of the window to be closed):
676 .Bd -literal -offset indent
677 $ wmctrl -i -c 0x4a0000b
678 .Ed
679 .Pp
680 Windows can be floated and un-floated by adding or removing the 
681 _NET_WM_STATE_ABOVE atom from the _NET_WM_STATE property of the window. 
682 This can be achieved by sending a _NET_WM_STATE client message to the 
683 root window. For example, the following toggles the floating state of 
684 a window using wmctrl to send the message (assuming 0x4a0000b is the 
685 id of the window floated or un-floated):
686 .Bd -literal -offset indent
687 $ wmctrl -i -r 0x4a0000b -b toggle,_NET_WM_STATE_ABOVE
688 .Ed
689 .Pp
690 Floating windows can also be resized and moved by sending a 
691 _NET_MOVERESIZE_WINDOW client message to the root window. For example, 
692 using wmctrl to send the message (assuming 0x4a0000b is the id of 
693 the window to be resize/moved):
694 .Bd -literal -offset indent
695 $ wmctrl -i -r 0x4a0000b -e 0,100,50,640,480
696 .Ed
697 .Pp
698 This moves the window to (100,50) and resizes it to 640x480.
699 .Pp
700 Any _NET_MOVERESIZE_WINDOW events received for stacked windows are ignored.
701 .Pp
702 .Sh SIGNALS
703 Sending
704 .Nm
705 a HUP signal will restart it.
706 .Sh FILES
707 .Bl -tag -width "/etc/scrotwm.confXXX" -compact
708 .It Pa ~/.scrotwm.conf
709 .Nm
710 user specific settings.
711 .It Pa /etc/scrotwm.conf
712 .Nm
713 global settings.
714 .El
715 .Sh HISTORY
716 .Nm
717 was inspired by xmonad & dwm.
718 .Sh AUTHORS
719 .An -nosplit
720 .Nm
721 was written by:
722 .Pp
723 .Bl -tag -width "Ryan Thomas McBride Aq mcbride@countersiege.com " -offset indent -compact
724 .It Cm Marco Peereboom Aq marco@peereboom.us
725 .It Cm Ryan Thomas McBride Aq mcbride@countersiege.com
726 .It Cm Darrin Chandler Aq dwchandler@stilyagin.com
727 .It Cm Pierre-Yves Ritschard Aq pyr@spootnik.org
728 .It Cm Tuukka Kataja Aq stuge@xor.fi
729 .It Cm Jason L. Wright Aq jason@thought.net
730 .El
731 .Sh BUGS
732 Currently the menu, invoked with
733 .Cm M-p ,
734 depends on dmenu.