From c04819e8c080e40e1e872c8624c60c4a51087019 Mon Sep 17 00:00:00 2001 From: Frantisek Fladung Date: Thu, 12 Jan 2017 12:11:04 +0100 Subject: Implement hide_edge_borders smart (like in i3 4.13) --- include/sway/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/sway/config.h b/include/sway/config.h index 4a14cd36..febde63d 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -178,7 +178,8 @@ enum edge_border_types { E_NONE, /**< Don't hide edge borders */ E_VERTICAL, /**< hide vertical edge borders */ E_HORIZONTAL, /**< hide horizontal edge borders */ - E_BOTH /**< hide vertical and horizontal edge borders */ + E_BOTH, /**< hide vertical and horizontal edge borders */ + E_SMART /**< hide both if precisely one window is present in workspace */ }; enum command_context { -- cgit v1.2.3-54-g00ecf