aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 4a1cb2bb..4cb8cced 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -160,7 +160,7 @@ static void config_defaults(struct sway_config *config) {
160 config->resizing_key = M_RIGHT_CLICK; 160 config->resizing_key = M_RIGHT_CLICK;
161 config->default_layout = L_NONE; 161 config->default_layout = L_NONE;
162 config->default_orientation = L_NONE; 162 config->default_orientation = L_NONE;
163 config->font = strdup("pango:monospace 10"); 163 config->font = strdup("monospace 10");
164 164
165 // Flags 165 // Flags
166 config->focus_follows_mouse = true; 166 config->focus_follows_mouse = true;