From 8e474998c646a37b602d913092ab8f8fddd95242 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sun, 7 Jun 2026 21:48:53 +0200 Subject: raveos-hyprland-theme: migrate to Lua config (pkgrel 30) - 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 --- raveos-hyprland-theme/theme-data/sddm/hyprland.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 raveos-hyprland-theme/theme-data/sddm/hyprland.lua (limited to 'raveos-hyprland-theme/theme-data/sddm/hyprland.lua') diff --git a/raveos-hyprland-theme/theme-data/sddm/hyprland.lua b/raveos-hyprland-theme/theme-data/sddm/hyprland.lua new file mode 100644 index 0000000..28a1d21 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/sddm/hyprland.lua @@ -0,0 +1,2 @@ +-- Minimal Hyprland config for SDDM Wayland compositor (greeter session) +-- The SDDM greeter renders on top of this compositor. -- cgit v1.3