13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
# `-l` activates layer-shell mode. Notice that `swaymsg exit` will run after gtkgreet.
|
|
exec "qtgreet; swaymsg exit"
|
|
|
|
bindsym Mod4+shift+e exec swaynag \
|
|
-t warning \
|
|
-m 'What do you want to do?' \
|
|
-b 'Poweroff' 'sudo poweroff' \
|
|
-b 'Reboot' 'sudo reboot'
|
|
|
|
output DP-0 resolution 2560x1440 position 0 0
|
|
|
|
# include /etc/sway/config.d/*
|