Initial commit

This commit is contained in:
Alexander
2026-02-08 01:53:11 +03:00
commit 73088e39cd
145 changed files with 13671 additions and 0 deletions

15
hypr/conf/decoration.conf Executable file
View File

@@ -0,0 +1,15 @@
# See https://wiki.hyprland.org/Configuring/Variables/ for more
decoration {
rounding = 10
blur {
enabled = true
size = 3
passes = 1
}
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}