blob: 306cfb5a7b6473fd86258869ed55a9fcd7088675 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
exec "/usr/sbin/wlgreet; swaymsg exit"
bindsym Mod4+shift+e exec swaynag \
-t warning \
-m 'What do you want to do?' \
-b 'Poweroff' 'systemctl poweroff -i' \
-b 'Reboot' 'systemctl reboot -i'
output * bg #000000 solid_color
include /etc/sway/config.d/*
include /etc/greetd/sway-config.d/*
|