mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
27 lines
633 B
Lua
27 lines
633 B
Lua
-- This file sources other files in `hyprland` and `custom` folders
|
|
-- You wanna add your stuff in files in `custom`
|
|
|
|
-- Environment variables --
|
|
require("hyprland/env")
|
|
require("custom/env")
|
|
|
|
-- Defaults --
|
|
require("hyprland/execs")
|
|
require("hyprland/general")
|
|
require("hyprland/rules")
|
|
require("hyprland/colors")
|
|
require("hyprland/keybinds")
|
|
|
|
-- Custom --
|
|
require("custom/execs")
|
|
require("custom/general")
|
|
require("custom/rules")
|
|
require("custom/keybinds")
|
|
|
|
-- nwg-displays support: re-add the files if it updates later
|
|
-- require("workspaces")
|
|
-- require("monitors")
|
|
|
|
-- Shell overrides --
|
|
require("hyprland/shellOverrides/main")
|