adds missing hyprland config file

This commit is contained in:
2026-08-29 12:02:37 +02:00
parent 2074f92244
commit 01e4dcccd0
2 changed files with 23 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
-- ┌──────────────────────────────────────────────────────────────┐
-- │ hyprland.lua — entry point (0.55+) │
-- └──────────────────────────────────────────────────────────────┘
-- Each require() is a separate Lua scope: errors in one file won't
-- kill the others. Keep this file lean — just source the modules.
require("config.colors") -- color variables (sourced first)
require("config.variables") -- general, decoration, animations…
require("config.monitors") -- monitor layout + workspace pinning
monitors = require("config.monitors")
require("config.input") -- keyboard / mouse / device config
require("config.keybinds") -- all hl.bind() calls
require("config.windowrules") -- hl.window_rule() calls
require("config.autostart") -- exec-once equivalents
require("config.workspaces") -- workspace configuration