|
- Replace hyprland.conf with hyprland.lua (new Hyprland Lua API)
- Add config/keybinds.lua and config/windowrules.lua as sub-modules
- Fix: remove windowrule-1 that floated ALL windows (caused apps not opening)
- Fix: use Lua os.getenv() for HOME/XDG_RUNTIME_DIR instead of static placeholders
- Fix killactive/togglefloating to use proper dispatcher calls (not exec_cmd)
- Add HyprShell layerrules (blur/ignorezero for overview/switch/launcher)
- Update sddm.conf: full config with Wayland compositor pointing to /usr/share/hypr/sddm/hyprland.lua
- Add sddm/hyprland.lua: minimal SDDM greeter compositor config
- Update apply script to install /usr/share/hypr/sddm/hyprland.lua
|