summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrti <[email protected]>2023-01-19 23:33:56 +0100
committerGitHub <[email protected]>2023-01-19 17:33:56 -0500
commit9e6901264b2d93d0ab0b91aee20a3d543f53d0ec (patch)
tree12a587ec22a820272249624fe066b12e461a5675 /include
parentdbe2be6a363a9db2bacf96447badf3d04ece4587 (diff)
feat: smart smart_corner_radius (#101)
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
-rw-r--r--include/sway/config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 256b3506..fa6e45f5 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -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;
diff --git a/include/sway/config.h b/include/sway/config.h
index bcb06f0f..3525dd54 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -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 {