diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-02-09 11:35:20 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-02-09 11:35:20 +0100 |
commit | 76dce9a62c564070eb7a079a37a05ba5eb2355cf (patch) | |
tree | 2db91593938752a2e9961508247d52a7ce41ff08 /install | |
parent | 6b0bdfa63bdfb1464db36162390a35da9792cb14 (diff) | |
download | dotfiles-76dce9a62c564070eb7a079a37a05ba5eb2355cf.tar.gz dotfiles-76dce9a62c564070eb7a079a37a05ba5eb2355cf.zip |
some things
Diffstat (limited to 'install')
-rwxr-xr-x | install/install_linux.sh | 17 |
1 files changed, 17 insertions, 0 deletions
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() { |