JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
90d4d2006f13d70adbbf29a6614672e0749b8bf7
[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 ws[idx]:master_grow:master_add:stack_inc:layout, e.g.
126 ws[2]:-4:0:1:horizontal sets worskspace 2 to the horizontal stack mode and
127 shrinks the master area by 4 ticks and adds one window to the stack.
128 Possible layout values are
129 .Pa vertical ,
130 .Pa horizontal
131 and
132 .Pa fullscreen .
133 .Pp
134 See
135 .Pa master_grow ,
136 .Pa master_shrink ,
137 .Pa master_add ,
138 .Pa master_del ,
139 .Pa stack_inc ,
140 and
141 .Pa stack_del
142 for more information.
143 Note that the stacking options are complicated and have side-effects.
144 One should familiarize oneself with these commands before experimenting with the
145 .Pa layout
146 option.
147 .Pp
148 This setting is not retained at restart.
149 .It Cm region
150 Allocates a custom region, removing any autodetected regions which occupy the same
151 space on the screen.
152 Defined in the format screen[<idx>]:WIDTHxHEIGHT+X+Y,
153 e.g.\& screen[1]:800x1200+0+0.
154 .It Cm term_width
155 Set a preferred minimum width for the terminal
156 If this value is greater than 0,
157 .Nm
158 will attempt to adjust the font sizes in the terminal to keep the terminal
159 width above this number as the window is resized.
160 Only
161 .Xr xterm 1
162 is currently supported.
163 The
164 .Xr xterm 1
165 binary must not be setuid or setgid, which it is by default on most systems.
166 Users may need to set program[term] (see the
167 .Sx PROGRAMS
168 section) to use an alternate copy of the
169 .Xr xterm 1
170 binary without the setgid bit set.
171 .It Cm title_class_enabled
172 Enable or disable displaying the window class in the status bar.
173 Enable by setting to 1
174 .It Cm title_name_enabled
175 Enable or disable displaying the window title in the status bar.
176 Enable by setting to 1
177 .It Cm window_name_enabled
178 Enable or disable displaying the window name in the status bar.
179 Enable by setting to 1
180 .It Cm modkey
181 Change mod key.
182 Mod1 is generally the ALT key and Mod4 is the windows key on a PC.
183 .It Cm focus_mode
184 Using a value of follow_cursor will make the window manager focus the window
185 under the mouse when switching workspaces and creating windows.
186 .It Cm disable_border
187 Remove border when bar is disabled and there is only one window on the screen.
188 .It Cm border_width
189 Set window border thickness in pixels.
190 Disable all borders by setting to 0
191 .It Cm program Ns Bq Ar p
192 Define new action to spawn a program
193 .Ar p .
194 See the
195 .Sx PROGRAMS
196 section below.
197 .It Cm bind Ns Bq Ar x
198 Bind key combo to action
199 .Ar x .
200 See the
201 .Sx BINDINGS
202 section below.
203 .It Cm quirk Ns Bq Ar c:n
204 Add "quirk" for windows with class
205 .Ar c
206 and name
207 .Ar n .
208 See the
209 .Sx QUIRKS
210 section below.
211 .El
212 .Pp
213 Colors need to be specified per the
214 .Xr XQueryColor 3
215 specification and fonts need to be specified per the
216 .Xr XQueryFont 3
217 specification.
218 .Pp
219 To list the available fonts in your system see
220 .Xr fc-list 1
221 or
222 .Xr xlsfonts 1
223 manpages.
224 The 
225 .Xr xfontsel 1
226 application can help you to show the X Logical Font Description ("XLFD") used
227 as setting in the keyword bar_font.
228 .Sh PROGRAMS
229 .Nm
230 allows you to define custom actions to launch programs of your choice and then
231 bind them the same as with built-in actions.
232 See the
233 .Sx BINDINGS
234 section below.
235 .Pp
236 The default programs are described below:
237 .Pp
238 .Bl -tag -width "screenshot_wind" -offset indent -compact
239 .It Cm term
240 xterm
241 .It Cm screenshot_all
242 screenshot.sh full
243 .It Cm screenshot_wind
244 screenshot.sh window
245 .It Cm lock
246 xlock
247 .It Cm initscr
248 initscreen.sh
249 .It Cm menu
250 dmenu_run \-fn $bar_font \-nb $bar_color \-nf $bar_font_color \-sb $bar_border \-sf $bar_color
251 .El
252 .Pp
253 Custom programs in the configuration file are specified as follows:
254 .Pp
255 .Dl program[<name>] = <progpath> [<arg> [... <arg>]]
256 .Pp
257 .Aq name
258 is any identifier that does not conflict with a built-in action or keyword,
259 .Aq progpath
260 is the desired program, and
261 .Aq arg
262 is zero or more arguments to the program.
263 .Pp
264 The following variables represent settable values in
265 .Nm
266 (see the
267 .Sx CONFIGURATION FILES
268 section above),
269 and may be used in the
270 .Aq arg
271 fields and will be substituted for values at the time the program is spawned:
272 .Pp
273 .Bl -tag -width "$bar_font_color" -offset indent -compact
274 .It Cm $bar_border
275 .It Cm $bar_color
276 .It Cm $bar_font
277 .It Cm $bar_font_color
278 .It Cm $color_focus
279 .It Cm $color_unfocus
280 .El
281 .Pp
282 Example:
283 .Bd -literal -offset indent
284 program[ff] = /usr/local/bin/firefox http://scrotwm.org/
285 bind[ff] = Mod+f # Now Mod+F launched firefox
286 .Ed
287 .Pp
288 To undo the previous:
289 .Bd -literal -offset indent
290 bind[] = Mod+f
291 program[ff] =
292 .Ed
293 .Pp
294 .Sh BINDINGS
295 .Nm
296 provides many functions (or actions) accessed via key or mouse bindings.
297 .Pp
298 The current mouse bindings are described below:
299 .Pp
300 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
301 .It Cm M1
302 Focus window
303 .It Cm M-M1
304 Move window
305 .It Cm M-M3
306 Resize window
307 .It Cm M-S-M3
308 Resize window while maintaining it centered
309 .El
310 .Pp
311 The default key bindings are described below:
312 .Pp
313 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
314 .It Cm M-S- Ns Aq Cm Return
315 term
316 .It Cm M-p
317 menu
318 .It Cm M-S-q
319 quit
320 .It Cm M-q
321 restart
322 .Nm
323 .It Cm M- Ns Aq Cm Space
324 cycle_layout
325 .It Cm M-S- Ns Aq Cm Space
326 reset_layout
327 .It Cm M-h
328 master_shrink
329 .It Cm M-l
330 master_grow
331 .It Cm M-,
332 master_add
333 .It Cm M-.
334 master_del
335 .It Cm M-S-,
336 stack_inc
337 .It Cm M-S-.
338 stack_del
339 .It Cm M- Ns Aq Cm Return
340 swap_main
341 .It Xo
342 .Cm M-j ,
343 .Cm M- Ns Aq Cm TAB
344 .Xc
345 focus_next
346 .It Xo
347 .Cm M-k ,
348 .Cm M-S- Ns Aq Cm TAB
349 .Xc
350 focus_prev
351 .It Cm M-m
352 focus_main
353 .It Cm M-S-j
354 swap_next
355 .It Cm M-S-k
356 swap_prev
357 .It Cm M-b
358 bar_toggle
359 .It Cm M-x
360 wind_del
361 .It Cm M-S-x
362 wind_kill
363 .It Cm M- Ns Aq Ar n
364 .Ns ws_ Ns Ar n
365 .It Cm M-S- Ns Aq Ar n
366 .Ns mvws_ Ns Ar n
367 .It Cm M- Ns Aq Cm Right
368 ws_next
369 .It Cm M- Ns Aq Cm Left
370 ws_prev
371 .It Cm M-a
372 ws_prior
373 .It Cm M-S- Ns Aq Cm Right
374 screen_next
375 .It Cm M-S- Ns Aq Cm Left
376 screen_prev
377 .It Cm M-s
378 screenshot_all
379 .It Cm M-S-s
380 screenshot_wind
381 .It Cm M-S-v
382 version
383 .It Cm M-t
384 float_toggle
385 .It Cm M-S- Ns Aq Cm Delete
386 lock
387 .It Cm M-S-i
388 initscr
389 .It Cm M-w
390 iconify
391 .It Cm M-S-w
392 uniconify
393 .It Cm M-S-r
394 toggle always_raised
395 .El
396 .Pp
397 The action names and descriptions are listed below:
398 .Pp
399 .Bl -tag -width "M-j, M-<TAB>XXX" -offset indent -compact
400 .It Cm term
401 Spawn a new terminal
402 (see
403 .Sx PROGRAMS
404 above)
405 .It Cm menu
406 Menu
407 (see
408 .Sx PROGRAMS
409 above)
410 .It Cm quit
411 Quit
412 .Nm
413 .It Cm restart
414 Restart
415 .Nm
416 .It Cm cycle_layout
417 Cycle layout
418 .It Cm reset_layout
419 Reset layout
420 .It Cm master_shrink
421 Shrink master area
422 .It Cm master_grow
423 Grow master area
424 .It Cm master_add
425 Add windows to master area
426 .It Cm master_del
427 Remove windows from master area
428 .It Cm stack_inc
429 Add columns/rows to stacking area
430 .It Cm stack_del
431 Remove columns/rows from stacking area
432 .It Cm swap_main
433 Move current window to master area
434 .It Cm focus_next
435 Focus next window in workspace
436 .It Cm focus_prev
437 Focus previous window in workspace
438 .It Cm focus_main
439 Focus on main window in workspace
440 .It Cm swap_next
441 Swap with next window in workspace
442 .It Cm swap_prev
443 Swap with previous window in workspace
444 .It Cm bar_toggle
445 Toggle status bar in all workspaces
446 .It Cm wind_del
447 Delete current window in workspace
448 .It Cm wind_kill
449 Destroy current window in workspace
450 .It Cm ws_ Ns Ar n
451 Switch to workspace
452 .Ar n ,
453 where
454 .Ar n
455 is 1 through 10
456 .It Cm mvws_ Ns Ar n
457 Move current window to workspace
458 .Ar n ,
459 where
460 .Ar n
461 is 1 through 10
462 .It Cm ws_next
463 Switch to next workspace with a window in it
464 .It Cm ws_prev
465 Switch to previous workspace with a window in it
466 .It Cm ws_prior
467 Switch to last visited workspace
468 .It Cm screen_next
469 Move pointer to next region
470 .It Cm screen_prev
471 Move pointer to previous region
472 .It Cm screenshot_all
473 Take screenshot of entire screen (if enabled)
474 (see
475 .Sx PROGRAMS
476 above)
477 .It Cm screenshot_wind
478 Take screenshot of selected window (if enabled)
479 (see
480 .Sx PROGRAMS
481 above)
482 .It Cm version
483 Toggle version in status bar
484 .It Cm float_toggle
485 Toggle focused window between tiled and floating
486 .It Cm lock
487 Lock screen
488 (see
489 .Sx PROGRAMS
490 above)
491 .It Cm initscr
492 Reinitialize physical screens
493 (see
494 .Sx PROGRAMS
495 above)
496 .It Cm iconify
497 Minimize (unmap) currently focused window.
498 .It Cm uniconify
499 Maximize (map) window returned by dmenu selection.
500 .It Cm always_raise
501 When set tiled windows are allowed to obscure floating windows.
502 .El
503 .Pp
504 Custom bindings in the configuration file are specified as follows:
505 .Pp
506 .Dl bind[<action>] = <keys>
507 .Pp
508 .Aq action
509 is one of the actions listed above (or empty) and
510 .Aq keys
511 is in the form of zero or more modifier keys
512 (MOD, Mod1, Shift, etc.) and one or more normal keys
513 (b, space, etc.), separated by "+".
514 For example:
515 .Bd -literal -offset indent
516 bind[reset] = Mod4+q # bind Windows-key + q to reset
517 bind[] = Mod1+q # unbind Alt + q
518 .Ed
519 .Pp
520 Multiple key combinations may be bound to the same action.
521 .Sh QUIRKS
522 .Nm
523 provides "quirks" which handle windows that must be treated specially
524 in a tiling window manager, such as some dialogs and fullscreen apps.
525 .Pp
526 The default quirks are described below:
527 .Pp
528 .Bl -tag -width "OpenOffice.org N.M:VCLSalFrame<TAB>XXX" -offset indent -compact
529 .It Firefox\-bin:firefox\-bin
530 TRANSSZ
531 .It Firefox:Dialog
532 FLOAT
533 .It Gimp:gimp
534 FLOAT + ANYWHERE
535 .It MPlayer:xv
536 FLOAT + FULLSCREEN + FOCUSPREV
537 .It OpenOffice.org 2.4:VCLSalFrame
538 FLOAT
539 .It OpenOffice.org 3.1:VCLSalFrame
540 FLOAT
541 .It pcb:pcb
542 FLOAT
543 .It xine:Xine Window
544 FLOAT + ANYWHERE
545 .It xine:xine Panel
546 FLOAT + ANYWHERE
547 .It xine:xine Video Fullscreen Window
548 FULLSCREEN + FLOAT
549 .It Xitk:Xitk Combo
550 FLOAT + ANYWHERE
551 .It Xitk:Xine Window
552 FLOAT + ANYWHERE
553 .It XTerm:xterm
554 XTERM_FONTADJ
555 .El
556 .Pp
557 The quirks themselves are described below:
558 .Pp
559 .Bl -tag -width "XTERM_FONTADJ<TAB>XXX" -offset indent -compact
560 .It FLOAT
561 This window should not be tiled, but allowed to float freely.
562 .It TRANSSZ
563 Adjusts size on transient windows that are too small using dialog_ratio
564 (see
565 .Sx CONFIGURATION FILES ) .
566 .It ANYWHERE
567 Allow window to position itself, uncentered.
568 .It XTERM_FONTADJ
569 Adjust xterm fonts when resizing.
570 .It FULLSCREEN
571 Remove border to allow window to use full screen size.
572 .It FOCUSPREV
573 On exit force focus on previously focused application not previous application
574 in the stack.
575 .El
576 .Pp
577 Custom quirks in the configuration file are specified as follows:
578 .Pp
579 .Dl quirk[<class>:<name>] = <quirk> [ + <quirk> ... ]
580 .Pp
581 .Aq class
582 and
583 .Aq name
584 specify the window to which the quirk(s) apply, and
585 .Aq quirk
586 is one of the quirks from the list above.
587 For example:
588 .Bd -literal -offset indent
589 quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
590 quirk[pcb:pcb] = NONE  # remove existing quirk
591 .Ed
592 .Pp
593 You can obtain
594 .Aq class
595 and
596 .Aq name
597 by running xprop(1) and then clicking on the desired window.
598 In the following example the main window of Firefox was clicked:
599 .Bd -literal -offset indent
600 $ xprop | grep WM_CLASS
601 WM_CLASS(STRING) = "Navigator", "Firefox"
602 .Ed
603 .Pp
604 Note that grepping for WM_CLASS flips class and name.
605 In the example above the quirk entry would be:
606 .Bd -literal -offset indent
607 quirk[Firefox:Navigator] = FLOAT
608 .Ed
609 .Sh SIGNALS
610 Sending
611 .Nm
612 a HUP signal will retstart it.
613 .Sh FILES
614 .Bl -tag -width "/etc/scrotwm.confXXX" -compact
615 .It Pa ~/.scrotwm.conf
616 .Nm
617 user specific settings.
618 .It Pa /etc/scrotwm.conf
619 .Nm
620 global settings.
621 .El
622 .Sh HISTORY
623 .Nm
624 was inspired by xmonad & dwm.
625 .Sh AUTHORS
626 .An -nosplit
627 .Pp
628 .Nm
629 was written by
630 .An Marco Peereboom Aq marco@peereboom.us ,
631 .An Ryan Thomas McBride Aq mcbride@countersiege.com
632 and
633 .An Darrin Chandler Aq dwchandler@stilyagin.com .
634 .Sh BUGS
635 Currently the menu, invoked with
636 .Cm M-p ,
637 depends on dmenu.