diff options
Diffstat (limited to 'install/install_linux.sh')
-rwxr-xr-x | install/install_linux.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/install/install_linux.sh b/install/install_linux.sh index 802d8c0..464f44e 100755 --- a/install/install_linux.sh +++ b/install/install_linux.sh @@ -93,13 +93,13 @@ fi dlgYN "> Install qtile" res if [ $res -eq 1 ]; then - # tput sc - # # Core - # $INST_PM python3-cffi python3-cairocffi pango pango-devel python3-dbus-next - # # X11 - # $INST_PM python3-xcffib - # # Wayland - # $INST_PM wlroots python3-pywlroots python3-pywayland python3-xkbcommon xwayland + tput sc + # Core + $INST_PM python3-cffi python3-cairocffi pango pango-devel python3-dbus-next + # X11 + $INST_PM python3-xcffib xsecurelock + # Wayland + $INST_PM wlroots python3-pywlroots python3-pywayland python3-xkbcommon xwayland # sudo pip install qtile qtile_extras |