adjust window border and margin

This commit is contained in:
Yan Lin 2025-11-03 23:40:38 +01:00
parent 6ceccbf21b
commit 68a7e3eca6

View file

@ -120,8 +120,8 @@
# General window and workspace settings # General window and workspace settings
general = { general = {
gaps_in = 5; gaps_in = 0;
gaps_out = 10; gaps_out = 0;
border_size = 2; border_size = 2;
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
"col.inactive_border" = "rgba(595959aa)"; "col.inactive_border" = "rgba(595959aa)";
@ -130,14 +130,14 @@
# Decoration settings # Decoration settings
decoration = { decoration = {
rounding = 8; rounding = 0;
blur = { blur = {
enabled = true; enabled = false;
size = 3; size = 3;
passes = 1; passes = 1;
}; };
shadow = { shadow = {
enabled = true; enabled = false;
range = 4; range = 4;
render_power = 3; render_power = 3;
color = "rgba(1a1a1aee)"; color = "rgba(1a1a1aee)";