Explorar el Código

Updated to use KDE su

Samuel W. Flint hace 9 años
padre
commit
4f62cf23d1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"'