]> code.delx.au - spectrwm/blobdiff - spectrwm.1
Update copyrights.
[spectrwm] / spectrwm.1
index 399b5a1d02981695d1076eecf7cd923d394ef147..83da85bd298d733432d1cacc0ced19ae7eb56a95 100644 (file)
@@ -1,5 +1,8 @@
-.\" Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>
+.\" Copyright (c) 2009-2012 Marco Peereboom <marco@peereboom.us>
 .\" Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
+.\" Copyright (c) 2011-2012 Reginald Kennedy <rk@rejii.com>
+.\" Copyright (c) 2011-2012 Lawrence Teo <lteo@lteo.net>
+.\" Copyright (c) 2011-2012 Tiago Cunha <tcunha@gmx.com>
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
@@ -104,7 +107,9 @@ Status bar font.
 Color of the font in status bar in screen
 .Ar x .
 .It Ic bar_format
-Set the bar_format string and override all of the
+Set the bar_format string and overrides
+.Ic clock_format
+and all of the
 .Ic enabled
 options.
 The format is passed through
@@ -113,11 +118,14 @@ before being used.
 It may contain the following character sequences:
 .Bl -column "Character sequence" "Replaced with" -offset indent
 .It Sy "Character sequence" Ta Sy "Replaced with"
+.It Li "+<" Ta "Pad with a space"
 .It Li "+A" Ta "Output of the external script"
 .It Li "+C" Ta "Window class"
 .It Li "+D" Ta "Workspace name"
+.It Li "+F" Ta "Floating indicator"
 .It Li "+I" Ta "Workspace index"
 .It Li "+N" Ta "Screen number"
+.It Li "+P" Ta "Window class and title separated by a colon"
 .It Li "+S" Ta "Stacking algorithm"
 .It Li "+T" Ta "Window title"
 .It Li "+U" Ta "Urgency hint"
@@ -135,6 +143,14 @@ Justify the status bar text. Possible values are
 .Pa center ,
 and
 .Pa right .
+.Pp
+Note that if the output is not
+.Pa left
+justified, it may not be properly aligned in some circumstances, due to the
+white-spaces in the default static format.
+See the
+.Ic bar_format
+option for more details.
 .It Ic bind Ns Bq Ar x
 Bind key combo to action
 .Ar x .
@@ -204,7 +220,9 @@ shrinks the master area by 4 ticks and adds one window to the stack, while
 maintaining default floating window behavior.
 Possible stack_mode values are
 .Pa vertical ,
-.Pa horizontal
+.Pa vertical_flip ,
+.Pa horizontal ,
+.Pa horizontal_flip
 and
 .Pa fullscreen .
 .Pp
@@ -293,7 +311,7 @@ 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.urgentOnBell: true
+.Pa xterm.bellIsUrgent: true
 to
 .Pa .Xdefaults .
 .It Ic verbose_layout
@@ -303,6 +321,12 @@ Enable by setting to 1.
 .It Ic window_name_enabled
 Enable or disable displaying the window name in the status bar.
 Enable by setting to 1.
+.Pp
+To prevent excessively large window names from pushing the remaining text off
+the screen, it's limited to 64 characters, by default.
+See the
+.Ic bar_format
+option for more details.
 .It Ic workspace_limit
 Set the total number of workspaces available.  Minimum is 1, maximum is 22.
 .El