diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-02-10 19:50:03 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-02-10 19:50:03 +0100 |
commit | da1d7be98a50c8190719994a687cb5af0092f7a9 (patch) | |
tree | b71d6349bffffed6206048c8f0dd345b836f6f4a /install | |
parent | 665eaea830886d8b9aa655e526714e125ce1efce (diff) | |
download | dotfiles-da1d7be98a50c8190719994a687cb5af0092f7a9.tar.gz dotfiles-da1d7be98a50c8190719994a687cb5af0092f7a9.zip |
qtile
Diffstat (limited to 'install')
-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 |