forked from Shinonome/dots-hyprland
fix stuff
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user