Add greetd config for sway and default commands

This commit is contained in:
RealStickman 2022-07-29 15:23:09 +02:00 committed by exu
parent 3a7192e2bd
commit 16d83a03e3
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,2 @@
sway
fish

View File

@ -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/*