Переглянути джерело

Added the full-quit script

Samuel W. Flint 8 роки тому
батько
коміт
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"'