Added sudo dialog for starting auto updater

master
Felix Stupp 4 years ago
parent 1e40a02bda
commit aa904e62ca
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -53,6 +53,8 @@
- suckless-tools # Tools for i3 config
- fonts-dejavu-core # Font for fancy i3 / urxvt
# Frontend applications
- lxqt-sudo # Graphical sudo prompt
- lxqt-sudo-l10n # Language packs for graphical sudo prompt
- rxvt-unicode # Terminal for admin account and kiosk script
- pcmanfm # File Manager for admin account
- lxde-icon-theme # For icons in pcmanfm

@ -129,7 +129,7 @@ bindsym $mod+Control+s exec systemctl poweroff
# reboot computer
bindsym $mod+Control+r exec systemctl reboot
# start updater
bindsym $mod+Control+u exec openvt --switch -- /bin/bash /playbook/update.sh
bindsym $mod+Control+u exec lxqt-sudo openvt --switch -- /bin/bash /playbook/update.sh
# resize window (you can also use the mouse for that)
mode "resize" {

Loading…
Cancel
Save