X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.1;h=d9697e4b6b91aeadbcebd71d90139fae49125e58;hb=21a0870e7de4ea2087028072502938296c96565b;hp=293f8bed9020a3ba4292179b5db4a8464c779123;hpb=083bdac7ac3125eb19eb4b7dca2c459342391685;p=spectrwm.git diff --git a/spectrwm.1 b/spectrwm.1 index 293f8be..d9697e4 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -1,6 +1,6 @@ .\" Copyright (c) 2009-2012 Marco Peereboom .\" Copyright (c) 2009 Darrin Chandler -.\" Copyright (c) 2011-2012 Reginald Kennedy +.\" Copyright (c) 2011-2013 Reginald Kennedy .\" Copyright (c) 2011-2012 Lawrence Teo .\" Copyright (c) 2011-2012 Tiago Cunha .\" Copyright (c) 2012 David Hill @@ -210,6 +210,11 @@ section below. .It Ic border_width Set window border thickness in pixels. Disable all borders by setting to 0. +.It Ic boundary_width +Set region containment boundary width in pixels. This is how far a window +must be dragged/resized beyond the region edge before it is allowed outside +the region. This has no effect when manipulating the window with key +bindings. Disable the window containment effect by setting to 0. .It Ic clock_enabled Enable or disable displaying the clock in the status bar. Disable by setting to 0 @@ -361,7 +366,8 @@ section) to use an alternate copy of the .Xr xterm 1 binary without the setgid bit set. .It Ic tile_gap -Pixel width of empty space between tiled windows. +Pixel width of empty space between tiled windows. Negative values cause overlap. +Set this to the opposite of border_width to collapse the border between tiles. Disable by setting to 0. .It Ic title_class_enabled Enable or disable displaying the window class in the status bar. @@ -378,8 +384,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. @@ -425,6 +439,8 @@ is spawned: .It Cm $bar_font_color .It Cm $color_focus .It Cm $color_unfocus +.It Cm $dmenu_bottom +-b if bar_at_bottom is enabled. .It Cm $region_index .It Cm $workspace_index .El @@ -445,7 +461,7 @@ Default programs: .It Cm lock xlock .It Cm menu -dmenu_run \-fn $bar_font \-nb $bar_color \-nf $bar_font_color \-sb +dmenu_run $dmenu_bottom \-fn $bar_font \-nb $bar_color \-nf $bar_font_color \-sb $bar_border \-sf $bar_color .It Cm term xterm @@ -563,6 +579,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 +721,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 +904,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: