mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 02:01:42 -05:00
New man
This commit is contained in:
parent
601c699a89
commit
2d53c59cc3
1 changed files with 10 additions and 1 deletions
|
@ -45,6 +45,8 @@
|
|||
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>
|
||||
|
@ -63,6 +65,8 @@
|
|||
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 scren<br>
|
||||
M-S-i Reinitialize physical screens<br>
|
||||
M1 Focus window<br>
|
||||
M-M1 Move window<br>
|
||||
M-M3 Resize window<br>
|
||||
|
@ -101,6 +105,11 @@
|
|||
the screen size to what they will be re-<br>
|
||||
sized. For example, 0.6 is 60% of the phys-<br>
|
||||
ical screen size.<br>
|
||||
region Allocates a custom region, removing any au-<br>
|
||||
todetected regions which occupy the same<br>
|
||||
space on the screen. Defined in the format<br>
|
||||
screen[<idx>]:WIDTHxHEIGHT+X+Y, e.g.<br>
|
||||
screen[1]:800x1200+0+0.<br>
|
||||
screenshot_enabled Enable or disable screenshot capability.<br>
|
||||
screenshot_app Set to the script that will take screen-<br>
|
||||
shots. It will be called with "full" or<br>
|
||||
|
@ -125,7 +134,7 @@
|
|||
<font color="#ffff00">BUGS</font><br>
|
||||
Currently the menu, invoked with M-p, depends on dmenu.<br>
|
||||
<br>
|
||||
OpenBSD 4.4 February 1, 2009 2<br>
|
||||
OpenBSD 4.4 February 3, 2009 2<br>
|
||||
</font></body>
|
||||
</html>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue