14 lines
364 B
Lua
14 lines
364 B
Lua
require("hyprland.general")
|
|
require("hyprland.monitors")
|
|
require("hyprland.autostart")
|
|
require("hyprland.environment")
|
|
require("hyprland.animations")
|
|
require("hyprland.layout")
|
|
require("hyprland.input")
|
|
require("hyprland.binds")
|
|
|
|
require("hyprland.rules.windows")
|
|
require("hyprland.rules.workspaces")
|
|
require("hyprland.rules.layers")
|
|
|
|
require("hyprland.listeners") |