aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2017-05-01 12:53:07 -0400
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2017-05-01 12:53:07 -0400
commit51ce752ebf490d9cb62e89f3a2d2b95252105156 (patch)
tree8622395127aa7d010b6ed9da1df15ed868ba7a53
parentUpdate config.in (diff)
downloadsway-51ce752ebf490d9cb62e89f3a2d2b95252105156.tar.gz
sway-51ce752ebf490d9cb62e89f3a2d2b95252105156.tar.zst
sway-51ce752ebf490d9cb62e89f3a2d2b95252105156.zip
document font command
-rw-r--r--sway/sway.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 1fa0b856..131780e2 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -276,6 +276,11 @@ The default colors are:
276**focus_follows_mouse** <yes|no>:: 276**focus_follows_mouse** <yes|no>::
277 If set to _yes_, moving your mouse over a window will focus that window. 277 If set to _yes_, moving your mouse over a window will focus that window.
278 278
279**font** <font>::
280 Sets font for use in title bars. Generally the format is something like "Name
281 Style Size" e.g. "Deja Vu Sans Book 12". You can also use Pango font
282 descriptions with "pango:font".
283
279**for_window** <criteria> <command>:: 284**for_window** <criteria> <command>::
280 Whenever a window that matches _criteria_ appears, run list of commands. See 285 Whenever a window that matches _criteria_ appears, run list of commands. See
281 **Criteria** section below. 286 **Criteria** section below.