mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
Implement hide_edge_borders smart (like in i3 4.13)
This commit is contained in:
parent
527c259d06
commit
c04819e8c0
3 changed files with 11 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue