X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.1;h=42b8000d5ef54afe8bd1936ef1e7b6e720d1083e;hb=b196a622412e0ff65b12e6e38074095a6240dfea;hp=7c711f745735adcae182fff1fca49aede50e2ed5;hpb=0cef11f17d67e85505327ce278ab1f32fc8c7e87;p=spectrwm.git diff --git a/spectrwm.1 b/spectrwm.1 index 7c711f7..42b8000 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -366,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. @@ -375,13 +376,14 @@ Enable by setting to 1. Enable or disable displaying the window title in the status bar. Enable by setting to 1. .It Ic urgent_enabled -Enable or disable the urgency hint. -Note that many terminal emulators require this to be enabled for it to -propagate. -In xterm, for example, one needs to add the following line -.Pa xterm.bellIsUrgent: true -to -.Pa .Xdefaults . +Enable or disable the urgency hint indicator in the status bar. +Note that many terminal emulators require an explicit setting for the bell +character to trigger urgency on the window. In xterm, for example, one needs to +add the following line to +.Pa .Xdefaults : +.Bd -literal -offset indent +xterm.bellIsUrgent: true +.Ed .It Ic verbose_layout Enable or disable displaying the current master window count and stack column/row count in the status bar. @@ -438,6 +440,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 @@ -458,7 +462,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 @@ -548,6 +552,8 @@ focus_prev .It Cm M-m focus_main .It Cm M-S-j +focus_urgent +.It Cm M-u swap_next .It Cm M-S-k swap_prev @@ -674,6 +680,8 @@ Focus next window in workspace. Focus previous window in workspace. .It Cm focus_main Focus on main window in workspace. +.It Cm focus_urgent +Focus on next window with the urgency hint flag set. The workspace is switched if needed. .It Cm swap_next Swap with next window in workspace. .It Cm swap_prev