diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf deleted file mode 100644 index 705a2ba4..00000000 --- a/.config/hypr/hyprland.conf +++ /dev/null @@ -1,18 +0,0 @@ - - -# This config is a STUB! This should never be generated. -# Use the default lua config from https://github.com/hyprwm/Hyprland/blob/main/example/hyprland.lua - -autogenerated = 1 - -$mainMod = SUPER -$terminal = kitty -$fileManager = dolphin -$menu = hyprlauncher - -bind = $mainMod, Q, exec, $terminal -bind = $mainMod, C, killactive, -bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit -bind = $mainMod, E, exec, $fileManager -bind = $mainMod, V, togglefloating, -bind = $mainMod, R, exec, $menu diff --git a/.gitmodules b/.gitmodules index 1902c0f7..55247331 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ path = .nixos url = https://git.voidarc.co.uk/voidarc/nixos branch = main +[submodule ".config/hypr"] + path = .config/hypr + url = https://git.voidarc.co.uk/voidarc/hypr