浏览代码

Updated to use KDE su

Samuel W. Flint 8 年之前
父节点
当前提交
4f62cf23d1
共有 1 个文件被更改,包括 2 次插入2 次删除
  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"'