Browse Source

Updated to use KDE su

Samuel W. Flint 8 years ago
parent
commit
4f62cf23d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      i3-full-quit

+ 2 - 2
i3-full-quit

@@ -2,5 +2,5 @@
 
 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"'
+          -b 'Shutdown' 'kdesu -c "systemctl poweroff"' \
+          -b 'Restart' 'kdesu -c "systemctl restart"'