diff --git a/arch-config/etc/greetd/environments b/arch-config/etc/greetd/environments new file mode 100644 index 00000000..82c01f8c --- /dev/null +++ b/arch-config/etc/greetd/environments @@ -0,0 +1,2 @@ +sway +fish diff --git a/arch-config/etc/greetd/sway-config b/arch-config/etc/greetd/sway-config new file mode 100644 index 00000000..da67a44e --- /dev/null +++ b/arch-config/etc/greetd/sway-config @@ -0,0 +1,10 @@ +# `-l` activates layer-shell mode. Notice that `swaymsg exit` will run after gtkgreet. +exec "gtkgreet -l; swaymsg exit" + +bindsym Mod4+shift+e exec swaynag \ +-t warning \ +-m 'What do you want to do?' \ +-b 'Poweroff' 'systemctl poweroff' \ +-b 'Reboot' 'systemctl reboot' + +include /etc/sway/config.d/*