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
+24
View File
@@ -0,0 +1,24 @@
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
-- Source: ./style/colors.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf/style/colors")
-- Source: ./style/general.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf/style/general")
-- Source: ./style/decoration.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf/style/decoration")
-- Source: ./style/animations.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf/style/animations")
hl.config({
dwindle = {
preserve_split = true,
},
master = {
new_status = "master",
},
misc = {
force_default_wallpaper = -1,
disable_hyprland_logo = false,
},
})