removed hyprland to add as submodule

This commit is contained in:
2026-05-12 10:41:43 +01:00
parent fd2ccbbcb2
commit cb7f74f369
13 changed files with 20 additions and 576 deletions

View File

@@ -1,8 +1,18 @@
source = ~/.config/hypr/rules.conf
source = ~/.config/hypr/local.conf
source = ~/.config/hypr/binds.conf
source = ~/.config/hypr/style.conf
source = ~/.config/hypr/animations.conf
source = ~/.config/hypr/input.conf
source = ~/.config/hypr/windows.conf
source = ~/.config/hypr/startup.conf
# 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