From 51ce752ebf490d9cb62e89f3a2d2b95252105156 Mon Sep 17 00:00:00 2001 From: Zandr Martin Date: Mon, 1 May 2017 12:53:07 -0400 Subject: [PATCH] document font command --- sway/sway.5.txt | 5 +++++ 1 file changed, 5 insertions(+) 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: **focus_follows_mouse** :: If set to _yes_, moving your mouse over a window will focus that window. +**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** :: Whenever a window that matches _criteria_ appears, run list of commands. See **Criteria** section below.