Skip to content

Commit

Permalink
✨ Re-add oem-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Feb 27, 2024
1 parent 696b8ac commit 7075fde
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions overlays/sway/etc/greetd/oem-setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# global variables
include /etc/sway/definitions

# start calamares if available, otherwise start the greeter
for_window [app_id="calamares"] floating enable, border pixel 1, sticky enable, resize set width 80 ppt height 60 ppt

exec {
'[ -x "$(command -v calamares)" ] && sudo -E calamares || swaymsg exit'
}

0 comments on commit 7075fde

Please sign in to comment.