X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.1;h=1de5d76bef04921cee17cde51b48d4001593d765;hb=9adcfaabcc6299e665f724822718038e773db552;hp=293f8bed9020a3ba4292179b5db4a8464c779123;hpb=083bdac7ac3125eb19eb4b7dca2c459342391685;p=spectrwm.git diff --git a/spectrwm.1 b/spectrwm.1 index 293f8be..1de5d76 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -378,8 +378,16 @@ In xterm, for example, one needs to add the following line to .Pa .Xdefaults . .It Ic verbose_layout -Enable or disable displaying the current master and stack values in the -status bar. Enable by setting to 1. +Enable or disable displaying the current master window count and stack column/row +count in the status bar. +Enable by setting to 1. +See +.Pa master_add , +.Pa master_del , +.Pa stack_inc +and +.Pa stack_dec +for more information. .It Ic window_name_enabled Enable or disable displaying the window name in the status bar. Enable by setting to 1. @@ -563,6 +571,10 @@ ws_next_all .It Cm M- Ns Aq Cm Down ws_prev_all .It Cm M-a +ws_next_move +.It Cm M-S- Ns Aq Cm Left +ws_prev_move +.It Cm M-S- Ns Aq Cm Up ws_prior .It Cm M-S- Ns Aq Cm Right rg_next @@ -701,6 +713,10 @@ Switch to previous workspace with a window in it. Switch to next workspace. .It Cm ws_prev_all Switch to previous workspace. +.It Cm ws_next_move +Switch to next workspace with the current window. +.It Cm ws_prev_move +Switch to previous workspace with the current window. .It Cm ws_prior Switch to last visited workspace. .It Cm rg_next @@ -880,6 +896,17 @@ Remove border to allow window to use full region size. .It FOCUSPREV On exit force focus on previously focused application not previous application in the stack. +.It NOFOCUSONMAP +Don't change focus to the window when it first appears on the screen. +Has no effect when +.Ic focus_mode +is set to follow. +.It FOCUSONMAP_SINGLE +When the window first appears on the screen, change focus to the window +if there are no other windows on the workspace with the same class/name. +Has no effect when +.Ic focus_mode +is set to follow. .El .Pp Custom quirks in the configuration file are specified as follows: