diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-01-27 04:55:44 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-01-27 04:55:44 -0500 |
commit | 3a4564a3670f11794a8f8de28b394bb7774610fd (patch) | |
tree | d1f5bd624cf3dccc1987ccfc1fe20130a2d4cf4a /include | |
parent | baa958eaf2a727c1f8e72aa2606b4b975087939f (diff) | |
parent | 0ee55474067364159f84806b7b0813492ed4e546 (diff) |
Merge pull request #479 from crondog/font
font: Allow adding font to the config. In prep for border titles
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index c2b67aa6..655d0a9c 100644 --- a/include/config.h +++ b/include/config.h @@ -167,6 +167,7 @@ struct sway_config { uint32_t resizing_key; enum swayc_layouts default_orientation; enum swayc_layouts default_layout; + char *font; // Flags bool focus_follows_mouse; |