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
+26
View File
@@ -0,0 +1,26 @@
-- #######################################################################################
-- Arindy HYPRLAND CONFIG.
-- #######################################################################################
-- Refer to the wiki for more information.
-- https://wiki.hypr.land/Configuring/
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
-- Source: ./shared.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("shared")
-- Source: ./conf/monitors.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf.monitors")
-- Source: ./conf/autostart.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf.autostart")
-- Source: ./conf/env.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf.env")
-- Source: ./conf/permissions.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf.permissions")
-- Source: ./conf/input.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf.input")
-- Source: ./conf/keybinds.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf.keybinds")
-- Source: ./conf/style.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf.style")
-- Source: ./conf/windows.conf — convert this file to Lua and ensure it is on Lua's package.path.
require("conf.windows")