From 76dce9a62c564070eb7a079a37a05ba5eb2355cf Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Fri, 9 Feb 2024 11:35:20 +0100 Subject: some things --- install/install_linux.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'install') diff --git a/install/install_linux.sh b/install/install_linux.sh index e0d64ca..802d8c0 100755 --- a/install/install_linux.sh +++ b/install/install_linux.sh @@ -91,6 +91,23 @@ if [ $res -eq 1 ]; then tput rc; tput ed 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 + + # sudo pip install qtile qtile_extras + + sudo ln -isf "$CWD/linux/qtile/qtile.desktop" /usr/share/xsessions/qtile.desktop + sudo ln -isf "$CWD/linux/qtile/qtile-wayland.desktop" /usr/share/wayland-sessions/qtile-wayland.desktop + # tput rc; tput ed +fi + dlgYN "> Create symlinks" res if [ $res -eq 1 ]; then function createOrUpdateSymlink() { -- cgit v1.2.3