From 7be476c115d4890f15503853aa36cf0059c8fca8 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Thu, 31 Mar 2016 12:17:21 +0200 Subject: Add cmds new_window and new_float Makes it possible to set default layout style for new windows and new floating windows. Close #556 --- include/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/config.h b/include/config.h index 0ef8c5bf..d7e96e74 100644 --- a/include/config.h +++ b/include/config.h @@ -213,7 +213,9 @@ struct sway_config { const char *current_config; enum swayc_border_types border; + enum swayc_border_types floating_border; int border_thickness; + int floating_border_thickness; enum edge_border_types hide_edge_borders; // border colors -- cgit v1.2.3