Implement hide_edge_borders smart (like in i3 4.13)

This commit is contained in:
Frantisek Fladung 2017-01-12 12:11:04 +01:00
parent 527c259d06
commit c04819e8c0
3 changed files with 11 additions and 1 deletions

View file

@ -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 {