From e2144eacc8d79e052c16ad042aa4d30f290b619e Mon Sep 17 00:00:00 2001 From: mara Date: Thu, 20 Jun 2024 14:04:22 +0200 Subject: [PATCH] add python3 .config/qtile/config.py --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 6f5e053..28028f0 100644 --- a/install.sh +++ b/install.sh @@ -254,6 +254,8 @@ echo 'alias ls="ls --color=auto --group-directories-first -v -lah"' >> ~/.bashrc echo 'alias upup="sudo apt update && sudo apt upgrade -y && sudo apt clean && sudo apt autoremove -y"' >> ~/.bashrc echo 'bind '"'"'"\C-f":"open "$(fzf)"\n"'"'" >> ~/.bashrc echo 'alias qtileconfig="nano ~/.config/qtile/config.py"' >> ~/.bashrc +echo 'alias qtileconfig-test="python3 .config/qtile/config.py"' >> ~/.bashrc +echo 'alias qtileconfig-test-venv="source .local/src/qtile_venv/bin/activate && python3 .config/qtile/config.py && deactivate"' >> ~/.bashrc #echo "bind 'set show-all-if-ambiguous on'" >> ~/.bashrc # -------------------------------------------------------------------------------------------------