Samuel W. Flint 8 лет назад
Родитель
Сommit
6e884384e8
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      i3-full-quit

+ 6 - 0
i3-full-quit

@@ -0,0 +1,6 @@
+#!/bin/sh
+
+i3-nagbar -t warning -m 'How would you like to leave?' \
+          -b 'Exit i3' 'i3-msg exit' \
+          -b 'Shutdown' 'su -c "systemctl poweroff"' \
+          -b 'Restart' 'su -c "systemctl restart"'