diff --git a/.config/qtile/config.py b/.config/qtile/config.py index c28c0ee..8156707 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -25,10 +25,10 @@ CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -r SCREENSHOT = "gnome-screenshot" SCREENSHOT_UTILITY = "gnome-screenshot -i" POWER_MENU = os.path.expanduser( - "~/.local/bin/simple-power-menu" + "~/.scripts/bin/simple-power-menu" ) # https://github.com/GRFreire/simple-power-menu WEB_QUICK_OPEN = os.path.expanduser( - "~/.local/bin/firefox-quick-keywords" + "~/.scripts/bin/firefox-quick-keywords" ) # https://github.com/GRFreire/firefox-quick-keywords SHOW_KEYBINDS = "python3 /home/grfreire/.config/qtile/list_keybinds.py" diff --git a/.profile b/.profile index 31797f8..6a161ac 100644 --- a/.profile +++ b/.profile @@ -23,6 +23,8 @@ try_export_path() { fi } +try_export_path $HOME/.scripts/bin + try_export_path $HOME/.bin try_export_path $HOME/.local/bin