mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Add cmds new_window and new_float
Makes it possible to set default layout style for new windows and new floating windows. Close #556
This commit is contained in:
parent
6db92bbb99
commit
7be476c115
5 changed files with 114 additions and 24 deletions
|
|
@ -213,7 +213,9 @@ struct sway_config {
|
|||
const char *current_config;
|
||||
|
||||
enum swayc_border_types border;
|
||||
enum swayc_border_types floating_border;
|
||||
int border_thickness;
|
||||
int floating_border_thickness;
|
||||
enum edge_border_types hide_edge_borders;
|
||||
|
||||
// border colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue