Files
dotflies/.config/hypr/hyprland.lua
T
2026-05-17 11:29:41 +02:00

27 lines
1.4 KiB
Lua

-- #######################################################################################
-- 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")