[Hypr] Start new hyprland config

This commit is contained in:
2026-05-12 11:43:42 +02:00
parent 4b9bbde225
commit 820e4c9982
7 changed files with 74 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
return function()
return {
gaps_in = 3,
gaps_out = 4,
border_size = 2,
layout = "dwindle",
}
end