mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
font: Allow adding font to the config. In prep for border titles
v2: Give default font and make bar use it if no bar font
This commit is contained in:
parent
baa958eaf2
commit
0ee5547406
4 changed files with 28 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue