aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-05-01 12:58:02 -0400
committerGitHub <noreply@github.com>2017-05-01 12:58:02 -0400
commit02d1ae7e27e1183abbf3d16acd87fcd5ec370e26 (patch)
tree8622395127aa7d010b6ed9da1df15ed868ba7a53
parent106868ddbf325963a3f51300669e24629f3b3c65 (diff)
parent51ce752ebf490d9cb62e89f3a2d2b95252105156 (diff)
downloadsway-02d1ae7e27e1183abbf3d16acd87fcd5ec370e26.zip
sway-02d1ae7e27e1183abbf3d16acd87fcd5ec370e26.tar.gz
sway-02d1ae7e27e1183abbf3d16acd87fcd5ec370e26.tar.bz2
Merge pull request #1206 from zandrmartin/document-font-command
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 1fa0b85..131780e 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -276,6 +276,11 @@ The default colors are:
**focus_follows_mouse** <yes|no>::
If set to _yes_, moving your mouse over a window will focus that window.
+**font** <font>::
+ Sets font for use in title bars. Generally the format is something like "Name
+ Style Size" e.g. "Deja Vu Sans Book 12". You can also use Pango font
+ descriptions with "pango:font".
+
**for_window** <criteria> <command>::
Whenever a window that matches _criteria_ appears, run list of commands. See
**Criteria** section below.