mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 18:21:43 -05:00
123 lines
12 KiB
HTML
123 lines
12 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>~/scrotwm.~.html</title>
|
|
<meta name="Generator" content="Vim/7.2">
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
</head>
|
|
<body text="#ffffff" bgcolor="#000000"><font face="monospace">
|
|
<font color="#ff40ff">SCROTWM(1) OpenBSD Reference Manual SCROTWM(1)</font><br>
|
|
<br>
|
|
<font color="#ffff00">NAME</font><br>
|
|
scrotwm - small dynamic tiling window manager for X11.<br>
|
|
<br>
|
|
<font color="#ffff00">SYNOPSIS</font><br>
|
|
scrotwm<br>
|
|
<br>
|
|
<font color="#ffff00">DESCRIPTION</font><br>
|
|
scrotwm is a minimalistic window manager that tries to stay out of the<br>
|
|
way so that valuable screen real estate can be used for much more impor-<br>
|
|
tant stuff. It has sane defaults and does not require one to learn a<br>
|
|
language to do any configuration. It was written by hackers for hackers<br>
|
|
and it strives to be small, compact and fast.<br>
|
|
<br>
|
|
The following notation is used throughout this page:<br>
|
|
<br>
|
|
M Meta<br>
|
|
S Shift<br>
|
|
[Name] Named key<br>
|
|
M1 Mouse button 1<br>
|
|
<br>
|
|
scrotwm is very simple in its use. Most of the actions are initiated via<br>
|
|
keybindings. The current keybindings are described below:<br>
|
|
<br>
|
|
M-S-[Return] Spawn a new terminal.<br>
|
|
M-p Menu.<br>
|
|
M-S-q Quit.<br>
|
|
M-q Restart scrotwm.<br>
|
|
M-[Space] Cycle layout.<br>
|
|
M-S-[Space] Reset layout.<br>
|
|
M-h Shrink master area.<br>
|
|
M-l Grow master area.<br>
|
|
M-, Add windows to master area.<br>
|
|
M-. Remove windows from master area.<br>
|
|
M-[Return] Move current window to master area.<br>
|
|
M-j Focus next window in workspace.<br>
|
|
M-[Tab] Focus next window in workspace.<br>
|
|
M-k Focus previous window in workspace.<br>
|
|
M-S-[Tab] Focus previous window in workspace.<br>
|
|
M-m Focus on main window in workspace.<br>
|
|
M-S-j Swap with next window in workspace.<br>
|
|
M-S-k Swap with previous window in workspace.<br>
|
|
M-b Toggle status bar in all workspaces.<br>
|
|
M-S-x Destroy current window in workspace.<br>
|
|
M-[Number] Switch to workspace [Number].<br>
|
|
M-S-[Number] Move current window to workspace [Number].<br>
|
|
M-[Right] Switch to next workspace with a window in it.<br>
|
|
M-[Left] Switch to previous workspace with a window in it.<br>
|
|
M-S-[Right] Move pointer to next region.<br>
|
|
M-S-[Left] Move pointer to previous region.<br>
|
|
M-s Take screenshot of entire screen (if enabled).<br>
|
|
M-S-s Take screenshot of selected window (if enabled).<br>
|
|
M1 Focus window.<br>
|
|
<br>
|
|
<font color="#ffff00">FILES</font><br>
|
|
~/.scrotwm.conf<br>
|
|
This file contains user specific settings.<br>
|
|
<br>
|
|
/etc/scrotwm.conf<br>
|
|
This file contains global settings.<br>
|
|
<br>
|
|
scrotwm first tries to open the user specific file. If that file is un-<br>
|
|
available it tries to open the global file next.<br>
|
|
<br>
|
|
The format of the file is <keyword> = <setting>. E.g. color_focus = red.<br>
|
|
<br>
|
|
Enabling or disabling an option is done by using 1 or 0 respectively.<br>
|
|
<br>
|
|
The file supports the following keywords:<br>
|
|
color_focus Border color of the currently focussed window.<br>
|
|
color_unfocus Border color of unfocussed windows.<br>
|
|
bar_enabled Enable or disable status bar.<br>
|
|
bar_border[x] Color of the status bar border in screen x.<br>
|
|
bar_color[x] Color of the status bar window in screen x.<br>
|
|
bar_font_color[x]<br>
|
|
Color of the font in status bar in screen x.<br>
|
|
bar_font Status bar font.<br>
|
|
bar_action External script that populates additional informa-<br>
|
|
tion in the status bar such as battery life etc.<br>
|
|
bar_delay Update frequency, in seconds, of external script<br>
|
|
that populates the status bar.<br>
|
|
spawn_term External application that gets spawned when M-S-[Re-<br>
|
|
turn] is used.<br>
|
|
dialog_ratio Some applications have dialog windows that are too<br>
|
|
small to be useful. This ratio is the screen size<br>
|
|
as to what they will be resized. E.g 0.6 is 60% of<br>
|
|
the physical screen size.<br>
|
|
screenshot_enabled<br>
|
|
Enable or disable screenshot capability.<br>
|
|
screenshot_app<br>
|
|
Set to the script that will take screenshots. It<br>
|
|
will be called with "full" or "window" as parameter<br>
|
|
1 to indicate what screenshot action is expected.<br>
|
|
The script shall handle those cases accordingly.<br>
|
|
<br>
|
|
Colors need to be specified per the <font color="#ff40ff">XQueryColor(4)</font> specification and<br>
|
|
fonts need to be specified per the <font color="#ff40ff">XQueryFont(4)</font> specification.<br>
|
|
<br>
|
|
<font color="#ffff00">BUGS</font><br>
|
|
Currently the menu, invoked with M-p, depends on dmenu.<br>
|
|
<br>
|
|
<font color="#ffff00">AUTHORS</font><br>
|
|
scrotwm was written by Marco Peereboom <marco@peereboom.us> and Ryan<br>
|
|
Thomas McBride <mcbride@countersiege.com>.<br>
|
|
<br>
|
|
<font color="#ffff00">HISTORY</font><br>
|
|
scrotwm was inspired by xmonad & dwm.<br>
|
|
<br>
|
|
OpenBSD 4.4 January 27, 2009 2<br>
|
|
</font></body>
|
|
</html>
|
|
<br>
|
|
<small>
|
|
$scrotwm$
|