feat: smart smart_corner_radius (#101)

This commit is contained in:
rti 2023-01-19 23:33:56 +01:00 committed by GitHub
parent dbe2be6a36
commit 9e6901264b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 30 additions and 2 deletions

View file

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

View file

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