switch to hyprland lua
This commit is contained in:
@@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user