diff options
Diffstat (limited to 'config/hypr/decoration.conf')
| -rw-r--r-- | config/hypr/decoration.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/hypr/decoration.conf b/config/hypr/decoration.conf new file mode 100644 index 000000000..50253a39c --- /dev/null +++ b/config/hypr/decoration.conf @@ -0,0 +1,20 @@ + +general { + gaps_in = 0 + gaps_out = 0 + border_size = 2 + col.active_border = $lavender + col.inactive_border = $base + resize_on_border = false + allow_tearing = false + layout = dwindle +} + +decoration { + rounding = 0 + rounding_power = 0 + active_opacity = 1.0 + inactive_opacity = 1.0 +} + + |
