fix stuff

This commit is contained in:
end-4
2026-05-11 22:52:48 +02:00
parent f6b97c4649
commit 010f070eef
26 changed files with 524 additions and 1335 deletions
+7 -30
View File
@@ -1,49 +1,26 @@
-- This file sources other files in `hyprland` and `custom` folders
-- You wanna add your stuff in files in `custom`
-- --- Environment variables ---
-- Environment variables --
require("hyprland/env")
-- hyprlang noerror true
require("custom/env")
-- hyprlang noerror false
-- --- Other vars ---
require("hyprland/variables")
-- hyprlang noerror true
require("custom/variables")
-- hyprlang noerror false
-- --- Defaults ---
-- hyprlang if !dontLoadDefaultExecs
-- Defaults --
require("hyprland/execs")
-- hyprlang endif
-- hyprlang if !dontLoadDefaultGeneral
require("hyprland/general")
-- hyprlang endif
-- hyprlang if !dontLoadDefaultRules
require("hyprland/rules")
-- hyprlang endif
-- hyprlang if !dontLoadDefaultColors
require("hyprland/colors")
-- hyprlang endif
-- hyprlang if !dontLoadDefaultKeybinds
require("hyprland/keybinds")
-- hyprlang endif
-- --- Custom ---
-- hyprlang noerror true
-- Custom --
require("custom/execs")
-- hyprlang noerror true
require("custom/general")
-- hyprlang noerror true
require("custom/rules")
-- hyprlang noerror true
require("custom/keybinds")
-- hyprlang noerror false
-- --- nwg-displays support ---
require("workspaces")
require("monitors")
-- nwg-displays support: re-add the files if it updates later
-- require("workspaces")
-- require("monitors")
-- --- Shell overrides ---
-- Shell overrides --
require("hyprland/shellOverrides/main")