mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 03:04:31 +10:00
Add files via upload
This commit is contained in:
@@ -2,48 +2,48 @@
|
|||||||
-- You wanna add your stuff in files in `custom`
|
-- You wanna add your stuff in files in `custom`
|
||||||
|
|
||||||
-- --- Environment variables ---
|
-- --- Environment variables ---
|
||||||
require("hyprland/env.lua")
|
require("hyprland/env")
|
||||||
-- hyprlang noerror true
|
-- hyprlang noerror true
|
||||||
require("custom/env.lua")
|
require("custom/env")
|
||||||
-- hyprlang noerror false
|
-- hyprlang noerror false
|
||||||
|
|
||||||
-- --- Other vars ---
|
-- --- Other vars ---
|
||||||
require("hyprland/variables.lua")
|
require("hyprland/variables")
|
||||||
-- hyprlang noerror true
|
-- hyprlang noerror true
|
||||||
require("custom/variables.lua")
|
require("custom/variables")
|
||||||
-- hyprlang noerror false
|
-- hyprlang noerror false
|
||||||
|
|
||||||
-- --- Defaults ---
|
-- --- Defaults ---
|
||||||
-- hyprlang if !dontLoadDefaultExecs
|
-- hyprlang if !dontLoadDefaultExecs
|
||||||
require("hyprland/execs.lua")
|
require("hyprland/execs")
|
||||||
-- hyprlang endif
|
-- hyprlang endif
|
||||||
-- hyprlang if !dontLoadDefaultGeneral
|
-- hyprlang if !dontLoadDefaultGeneral
|
||||||
require("hyprland/general.lua")
|
require("hyprland/general")
|
||||||
-- hyprlang endif
|
-- hyprlang endif
|
||||||
-- hyprlang if !dontLoadDefaultRules
|
-- hyprlang if !dontLoadDefaultRules
|
||||||
require("hyprland/rules.lua")
|
require("hyprland/rules")
|
||||||
-- hyprlang endif
|
-- hyprlang endif
|
||||||
-- hyprlang if !dontLoadDefaultColors
|
-- hyprlang if !dontLoadDefaultColors
|
||||||
require("hyprland/colors.lua")
|
require("hyprland/colors")
|
||||||
-- hyprlang endif
|
-- hyprlang endif
|
||||||
-- hyprlang if !dontLoadDefaultKeybinds
|
-- hyprlang if !dontLoadDefaultKeybinds
|
||||||
require("hyprland/keybinds.lua")
|
require("hyprland/keybinds")
|
||||||
-- hyprlang endif
|
-- hyprlang endif
|
||||||
|
|
||||||
-- --- Custom ---
|
-- --- Custom ---
|
||||||
-- hyprlang noerror true
|
-- hyprlang noerror true
|
||||||
require("custom/execs.lua")
|
require("custom/execs")
|
||||||
-- hyprlang noerror true
|
-- hyprlang noerror true
|
||||||
require("custom/general.lua")
|
require("custom/general")
|
||||||
-- hyprlang noerror true
|
-- hyprlang noerror true
|
||||||
require("custom/rules.lua")
|
require("custom/rules")
|
||||||
-- hyprlang noerror true
|
-- hyprlang noerror true
|
||||||
require("custom/keybinds.lua")
|
require("custom/keybinds")
|
||||||
-- hyprlang noerror false
|
-- hyprlang noerror false
|
||||||
|
|
||||||
-- --- nwg-displays support ---
|
-- --- nwg-displays support ---
|
||||||
require("workspaces.lua")
|
require("workspaces")
|
||||||
require("monitors.lua")
|
require("monitors")
|
||||||
|
|
||||||
-- --- Shell overrides ---
|
-- --- Shell overrides ---
|
||||||
require("hyprland/shellOverrides/main.lua")
|
require("hyprland/shellOverrides/main")
|
||||||
|
|||||||
Reference in New Issue
Block a user