Add greetd config for sway and default commands
This commit is contained in:
parent
3a7192e2bd
commit
16d83a03e3
2
arch-config/etc/greetd/environments
Normal file
2
arch-config/etc/greetd/environments
Normal file
@ -0,0 +1,2 @@
|
||||
sway
|
||||
fish
|
10
arch-config/etc/greetd/sway-config
Normal file
10
arch-config/etc/greetd/sway-config
Normal 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/*
|
Loading…
Reference in New Issue
Block a user