hyprland config

This commit is contained in:
2026-06-22 16:52:06 -05:00
parent 374cb77150
commit 006f1d41a7
13 changed files with 200 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
hl.config({
decoration = {
rounding = 0,
rounding_power = 0,
-- Change transparency of focused and unfocused windows
active_opacity = 1.0,
inactive_opacity = 0.9,
shadow = {
enabled = false,
},
blur = {
enabled = true,
size = 3,
passes = 1,
vibrancy = 0.1696,
},
}
})