mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 02:01:42 -05:00
new
This commit is contained in:
parent
f4718a9695
commit
667eb8f700
1 changed files with 108 additions and 42 deletions
150
html/man.html
150
html/man.html
|
@ -33,45 +33,8 @@
|
||||||
M3 Mouse button 3<br>
|
M3 Mouse button 3<br>
|
||||||
<br>
|
<br>
|
||||||
scrotwm is very simple in its use. Most of the actions are initiated via<br>
|
scrotwm is very simple in its use. Most of the actions are initiated via<br>
|
||||||
keybindings. The current keybindings are described below:<br>
|
key or mouse bindings. See the BINDINGS section below for defaults and<br>
|
||||||
<br>
|
customizations.<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-S-, Add columns/rows to stacking area<br>
|
|
||||||
M-S-. Remove columns/rows from stacking area<br>
|
|
||||||
M-<Return> Move current window to master area<br>
|
|
||||||
M-j, M-<TAB> Focus next window in workspace<br>
|
|
||||||
M-k, 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-x Delete current window in workspace<br>
|
|
||||||
M-S-x Destroy current window in workspace<br>
|
|
||||||
M-<n> Switch to workspace n<br>
|
|
||||||
M-S-<n> Move current window to workspace n<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>
|
|
||||||
M-S-v Toggle version in status bar<br>
|
|
||||||
M-t Toggle focused window between tiled and floating<br>
|
|
||||||
M-S <Delete> Lock screen<br>
|
|
||||||
M-S-i Reinitialize physical screens<br>
|
|
||||||
M1 Focus window<br>
|
|
||||||
M-M1 Move window<br>
|
|
||||||
M-M3 Resize window<br>
|
|
||||||
M-S-M3 Resize window while maintaining it centered<br>
|
|
||||||
<br>
|
<br>
|
||||||
<font color="#ffff00">CONFIGURATION FILES</font><br>
|
<font color="#ffff00">CONFIGURATION FILES</font><br>
|
||||||
scrotwm first tries to open the user specific file, ~/.scrotwm.conf. If<br>
|
scrotwm first tries to open the user specific file, ~/.scrotwm.conf. If<br>
|
||||||
|
@ -134,10 +97,109 @@
|
||||||
out the setgid bit set.<br>
|
out the setgid bit set.<br>
|
||||||
modkey Change mod key. Mod1 is generally the ALT<br>
|
modkey Change mod key. Mod1 is generally the ALT<br>
|
||||||
key and Mod4 is the windows key on a PC.<br>
|
key and Mod4 is the windows key on a PC.<br>
|
||||||
|
bind[x] Bind key combo to action x. See the<br>
|
||||||
|
BINDINGS section below.<br>
|
||||||
<br>
|
<br>
|
||||||
Colors need to be specified per the <font color="#ff40ff">XQueryColor(3)</font> specification and<br>
|
Colors need to be specified per the <font color="#ff40ff">XQueryColor(3)</font> specification and<br>
|
||||||
fonts need to be specified per the <font color="#ff40ff">XQueryFont(3)</font> specification.<br>
|
fonts need to be specified per the <font color="#ff40ff">XQueryFont(3)</font> specification.<br>
|
||||||
<br>
|
<br>
|
||||||
|
<font color="#ffff00">BINDINGS</font><br>
|
||||||
|
scrotwm provides many functions (or actions) accessed via key or mouse<br>
|
||||||
|
bindings.<br>
|
||||||
|
<br>
|
||||||
|
The current mouse bindings are described below:<br>
|
||||||
|
<br>
|
||||||
|
M1 Focus window<br>
|
||||||
|
M-M1 Move window<br>
|
||||||
|
M-M3 Resize window<br>
|
||||||
|
M-S-M3 Resize window while maintaining it centered<br>
|
||||||
|
<br>
|
||||||
|
The default key bindings are described below:<br>
|
||||||
|
<br>
|
||||||
|
M-S-<Return> spawn_term<br>
|
||||||
|
M-p spawn_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 master_shrink<br>
|
||||||
|
M-l master_grow<br>
|
||||||
|
M-, master_add<br>
|
||||||
|
M-. master_del<br>
|
||||||
|
M-S-, stack_inc<br>
|
||||||
|
M-S-. stack_del<br>
|
||||||
|
M-<Return> swap_main<br>
|
||||||
|
M-j, M-<TAB> focus_next<br>
|
||||||
|
M-k, M-S-<TAB> focus_prev<br>
|
||||||
|
M-m focus_main<br>
|
||||||
|
M-S-j swap_next<br>
|
||||||
|
M-S-k swap_prev<br>
|
||||||
|
M-b bar_toggle<br>
|
||||||
|
M-x wind_del<br>
|
||||||
|
M-S-x wind_kill<br>
|
||||||
|
M-<n> ws_n<br>
|
||||||
|
M-S-<n> mvws_n<br>
|
||||||
|
M-<Right> ws_next<br>
|
||||||
|
M-<Left> ws_prev<br>
|
||||||
|
M-S-<Right> screen_next<br>
|
||||||
|
M-S-<Left> screen_prev<br>
|
||||||
|
M-s screenshot_all<br>
|
||||||
|
M-S-s screenshot_wind<br>
|
||||||
|
M-S-v version<br>
|
||||||
|
M-t float_toggle<br>
|
||||||
|
M-S <Delete> spawn_lock<br>
|
||||||
|
M-S-i spawn_initscr<br>
|
||||||
|
<br>
|
||||||
|
The action names and descriptions are listed below:<br>
|
||||||
|
<br>
|
||||||
|
spawn_term Spawn a new terminal<br>
|
||||||
|
spawn_menu Menu<br>
|
||||||
|
quit Quit scrotwm<br>
|
||||||
|
restart Restart scrotwm<br>
|
||||||
|
cycle_layout Cycle layout<br>
|
||||||
|
reset_layout Reset layout<br>
|
||||||
|
master_shrink Shrink master area<br>
|
||||||
|
master_grow Grow master area<br>
|
||||||
|
master_add Add windows to master area<br>
|
||||||
|
master_del Remove windows from master area<br>
|
||||||
|
stack_inc Add columns/rows to stacking area<br>
|
||||||
|
stack_del Remove columns/rows from stacking area<br>
|
||||||
|
swap_main Move current window to master area<br>
|
||||||
|
focus_next Focus next window in workspace<br>
|
||||||
|
focus_prev Focus previous window in workspace<br>
|
||||||
|
focus_main Focus on main window in workspace<br>
|
||||||
|
swap_next Swap with next window in workspace<br>
|
||||||
|
swap_prev Swap with previous window in workspace<br>
|
||||||
|
bar_toggle Toggle status bar in all workspaces<br>
|
||||||
|
wind_del Delete current window in workspace<br>
|
||||||
|
wind_kill Destroy current window in workspace<br>
|
||||||
|
ws_n Switch to workspace n, where n is 1 through 10<br>
|
||||||
|
mvws_n Move current window to workspace n, where n is 1<br>
|
||||||
|
through 10<br>
|
||||||
|
ws_next Switch to next workspace with a window in it<br>
|
||||||
|
ws_prev Switch to previous workspace with a window in it<br>
|
||||||
|
screen_next Move pointer to next region<br>
|
||||||
|
screen_prev Move pointer to previous region<br>
|
||||||
|
screenshot_all Take screenshot of entire screen (if enabled)<br>
|
||||||
|
screenshot_wind Take screenshot of selected window (if enabled)<br>
|
||||||
|
version Toggle version in status bar<br>
|
||||||
|
float_toggle Toggle focused window between tiled and floating<br>
|
||||||
|
spawn_lock Lock screen<br>
|
||||||
|
spawn_initscr Reinitialize physical screens<br>
|
||||||
|
<br>
|
||||||
|
Custom bindings in the configuration file are specified as follows:<br>
|
||||||
|
<br>
|
||||||
|
bind[<action>] = <keys><br>
|
||||||
|
<br>
|
||||||
|
<action> is one of the actions listed above (or empty) and <keys> is in<br>
|
||||||
|
the form of zero or more modifier keys (MOD, Mod1, Shift, etc.) and one<br>
|
||||||
|
or more normal keys (b, space, etc.), separated by "+". For example:<br>
|
||||||
|
<br>
|
||||||
|
bind[reset] = Mod4+q # bind Windows-key + q to reset<br>
|
||||||
|
bind[] = Mod1+q # unbind Alt + q<br>
|
||||||
|
<br>
|
||||||
|
Multiple key combinations may be bound to the same action.<br>
|
||||||
|
<br>
|
||||||
<font color="#ffff00">FILES</font><br>
|
<font color="#ffff00">FILES</font><br>
|
||||||
~/.scrotwm.conf scrotwm user specific settings.<br>
|
~/.scrotwm.conf scrotwm user specific settings.<br>
|
||||||
/etc/scrotwm.conf scrotwm global settings.<br>
|
/etc/scrotwm.conf scrotwm global settings.<br>
|
||||||
|
@ -146,12 +208,16 @@
|
||||||
scrotwm was inspired by xmonad & dwm.<br>
|
scrotwm was inspired by xmonad & dwm.<br>
|
||||||
<br>
|
<br>
|
||||||
<font color="#ffff00">AUTHORS</font><br>
|
<font color="#ffff00">AUTHORS</font><br>
|
||||||
scrotwm was written by Marco Peereboom <marco@peereboom.us> and Ryan<br>
|
scrotwm was written by Marco Peereboom <marco@peereboom.us>, Ryan Thomas<br>
|
||||||
Thomas McBride <mcbride@countersiege.com>.<br>
|
McBride <mcbride@countersiege.com> and Darrin Chandler<br>
|
||||||
|
<dwchandler@stilyagin.com>.<br>
|
||||||
<br>
|
<br>
|
||||||
<font color="#ffff00">BUGS</font><br>
|
<font color="#ffff00">BUGS</font><br>
|
||||||
Currently the menu, invoked with M-p, depends on dmenu.<br>
|
Currently the menu, invoked with M-p, depends on dmenu.<br>
|
||||||
<br>
|
<br>
|
||||||
OpenBSD 4.5 February 18, 2009 3<br>
|
OpenBSD 4.5 March 10, 2009 4<br>
|
||||||
</font></body>
|
</font></body>
|
||||||
|
<p>
|
||||||
|
<small>
|
||||||
|
$scrotwm$
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue