mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
feat: smart smart_corner_radius (#101)
This commit is contained in:
parent
dbe2be6a36
commit
9e6901264b
9 changed files with 30 additions and 2 deletions
|
|
@ -183,6 +183,7 @@ sway_cmd cmd_shadow_color;
|
|||
sway_cmd cmd_shadows;
|
||||
sway_cmd cmd_show_marks;
|
||||
sway_cmd cmd_smart_borders;
|
||||
sway_cmd cmd_smart_corner_radius;
|
||||
sway_cmd cmd_smart_gaps;
|
||||
sway_cmd cmd_split;
|
||||
sway_cmd cmd_splith;
|
||||
|
|
|
|||
|
|
@ -476,6 +476,7 @@ enum xwayland_mode {
|
|||
struct sway_config {
|
||||
// SwayFX config options
|
||||
int corner_radius;
|
||||
bool smart_corner_radius;
|
||||
float dim_inactive;
|
||||
// dim_inactive colors
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue