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:
parent
2beafa9c25
commit
bcff48b7ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue