mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 18:01:37 -05:00
Add new options
This commit is contained in:
parent
84eeb7d1a5
commit
86961e0bd6
1 changed files with 13 additions and 1 deletions
|
@ -54,6 +54,7 @@
|
|||
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>
|
||||
|
@ -116,6 +117,17 @@
|
|||
"window" as parameter 1 to indicate what<br>
|
||||
screenshot action is expected. The script<br>
|
||||
shall handle those cases accordingly.<br>
|
||||
term_width Set a preferred minimum width for the termi-<br>
|
||||
nal If this value is greater than 0, scrotwm<br>
|
||||
will attempt to adjust the font sizes in the<br>
|
||||
terminal to keep the terminal width above<br>
|
||||
this number as the window is resized. Only<br>
|
||||
<font color="#ff40ff">xterm(1)</font> is currently supported. The<br>
|
||||
<font color="#ff40ff">xterm(1)</font> binary must not be setuid or set-<br>
|
||||
gid, which it is by default on most systems.<br>
|
||||
Users may need to set spawn term to use an<br>
|
||||
alternate copy of the <font color="#ff40ff">xterm(1)</font> binary with-<br>
|
||||
out the setgid bit set.<br>
|
||||
<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>
|
||||
|
@ -134,7 +146,7 @@
|
|||
<font color="#ffff00">BUGS</font><br>
|
||||
Currently the menu, invoked with M-p, depends on dmenu.<br>
|
||||
<br>
|
||||
OpenBSD 4.4 February 3, 2009 2<br>
|
||||
OpenBSD 4.4 February 10, 2009 3<br>
|
||||
</font></body>
|
||||
</html>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue