sddm: fix fullscreen command invocation

sddm-greeter now starts as a fullscreen window, so the `fullscreen`
command without explicit `enable` was reverting it to a regular window.
This commit is contained in:
Aleksei Bavshin 2023-03-22 22:19:12 -07:00
commit bcff48b7ae
No known key found for this signature in database
GPG key ID: 4F071603387A382A

View file

@ -17,4 +17,4 @@ exec command -v swayidle >/dev/null && swayidle -w \
exec /usr/libexec/sway-systemd/locale1-xkb-config
# Show sddm-greeter as fullscreen
for_window [app_id="sddm-greeter"] fullscreen
for_window [app_id="sddm-greeter"] fullscreen enable