switch to hyprland lua

This commit is contained in:
2026-05-17 11:29:41 +02:00
parent dc0bfb0d23
commit 75675af8d1
46 changed files with 8711 additions and 10223 deletions
+15
View File
@@ -0,0 +1,15 @@
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
hl.config({
general = {
gaps_in = 5,
gaps_out = 10,
border_size = 5,
-- Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false,
-- Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
allow_tearing = false,
layout = "dwindle",
},
})