Rewrite shell configuration options as well as read/write functionality as plugin #143

Merged
zach merged 9 commits from refactor/config-rw-plugin into main 2026-08-14 18:54:33 +02:00
Showing only changes of commit 566ccd67d9 - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export EGL_PLATFORM=gbm
if command -v start-hyprland >/dev/null 2>&1; then
exec start-hyprland -- -c /etc/zshell-greeter/zshell-hyprland.conf
exec start-hyprland -- -c /etc/zshell-greeter/zshell-hyprland.lua
else
exec Hyprland -c /etc/zshell-greeter/zshell-hyprland.lua
fi