polybar/modules.conf: add -i to poweroff+reboot

Without the -i, the system sometimes cannot poweroff/reboot when
more than one user has logged in+out.
This commit is contained in:
Johan Malm 2018-03-17 20:12:16 +00:00
parent c72d663b54
commit a6e12f51a6

View File

@ -345,9 +345,9 @@ menu-3-0-foreground = ${colors.urgent}
menu-3-1 = "  "
menu-3-1-exec = i3lock-fancy -p -f Ubuntu &
menu-3-2 = "  "
menu-3-2-exec = systemctl reboot
menu-3-2-exec = systemctl -i reboot
menu-3-3 = "  |"
menu-3-3-exec = systemctl poweroff
menu-3-3-exec = systemctl -i poweroff
;;;;;;;;;;;;;;;;;;;;