From 121c9860df50260b9040ee178bcabf5e386261aa Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Fri, 13 Aug 2021 19:32:10 -0300 Subject: [PATCH] scripts are now located at ~/.scripts --- .config/qtile/config.py | 4 ++-- .profile | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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