mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Implement default_floating_border command and adjust CSD behaviour
This commit is contained in:
parent
7268d544c2
commit
75c699db62
7 changed files with 72 additions and 21 deletions
|
|
@ -69,6 +69,7 @@ struct sway_view {
|
|||
bool border_bottom;
|
||||
bool border_left;
|
||||
bool border_right;
|
||||
bool using_csd;
|
||||
|
||||
struct timespec urgent;
|
||||
bool allow_request_urgent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue