qtile: change show keybinds command to use pyvenv

This commit is contained in:
Guilherme Rugai Freire 2024-07-10 14:31:31 -03:00
parent 874cf26b4d
commit cfc3052e2d
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1

View File

@ -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"
)