diff options
author | Mikkel Oscar Lyderik <[email protected]> | 2016-04-01 00:04:08 +0200 |
---|---|---|
committer | Mikkel Oscar Lyderik <[email protected]> | 2016-04-25 00:00:49 +0200 |
commit | ec7ff769c7b4da616ebe6bfd90b70350dd39e166 (patch) | |
tree | 7a6452e1d9ae7da06f5b846cf819a2db8d161cf0 /sway/config.c | |
parent | 7efa9ab34ae1dabcc7c87d22bfba0b1312c8c662 (diff) |
Tabbed and stacked layout
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c index ebcee95b..c11ccf53 100644 --- a/sway/config.c +++ b/sway/config.c @@ -160,7 +160,7 @@ static void config_defaults(struct sway_config *config) { config->dragging_key = M_LEFT_CLICK; config->resizing_key = M_RIGHT_CLICK; config->floating_scroll = FSB_GAPS_INNER; - config->default_layout = L_NONE; + config->default_layout = L_HORIZ; config->default_orientation = L_NONE; config->font = strdup("monospace 10"); config->font_height = get_font_text_height(config->font); |