소스 검색

Updated to use KDE su

Samuel W. Flint 9 년 전
부모
커밋
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"'