diff --git a/.config/hypr/hyprland.lua b/.config/hypr/hyprland.lua index fc67e85..0fe3696 100644 --- a/.config/hypr/hyprland.lua +++ b/.config/hypr/hyprland.lua @@ -1,5 +1,5 @@ -require("autostart.autostart") -require("keybinds.keybinds") +require("settings.autostart") +require("settings.keybinds") require("settings.custom") require("settings.animation") require("settings.input") diff --git a/.config/hypr/autostart/autostart.lua b/.config/hypr/settings/autostart.lua similarity index 100% rename from .config/hypr/autostart/autostart.lua rename to .config/hypr/settings/autostart.lua diff --git a/.config/hypr/keybinds/keybinds.lua b/.config/hypr/settings/keybinds.lua similarity index 100% rename from .config/hypr/keybinds/keybinds.lua rename to .config/hypr/settings/keybinds.lua