summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2017-01-12 12:11:04 +0100
committerFurkan Sahin <furkan-dev@proton.me>2017-01-12 12:11:04 +0100
commitf6c916b878556cfe00bc0232d9a263d28779b0ac (patch)
treeefa11e933930ba845663f62c96d62762286969d4 /include
parent9b0da5f5d5eb9380a81df2f4d164b3cf55d08a05 (diff)
Implement hide_edge_borders smart (like in i3 4.13)
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h3
1 files changed, 2 insertions, 1 deletions
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 {