From cfc3052e2db1c16871c18ebfc33060c3bb47f089 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Wed, 10 Jul 2024 14:31:31 -0300 Subject: [PATCH] qtile: change show keybinds command to use pyvenv --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 047f0ec..6699fea 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -15,7 +15,7 @@ SCREENSHOT = "gnome-screenshot" SCREENSHOT_UTILITY = "gnome-screenshot -i" CALCULATOR = "gnome-calculator" CALENDAR = "gnome-calendar" -SHOW_KEYBINDS = f"{TERMINAL} -t Keybinds -e python3 /home/grfreire/.config/qtile/list_keybinds.py" +SHOW_KEYBINDS = f"{TERMINAL} -t Keybinds -e /home/grfreire/Projects/thirdparty/qtile/.venv/bin/python3 /home/grfreire/.config/qtile/list_keybinds.py" POWER_MENU = os.path.expanduser( "~/.scripts/bin/simple-power-menu" )