scripts are now located at ~/.scripts

This commit is contained in:
Guilherme Rugai Freire 2021-08-13 19:32:10 -03:00
parent 96d0d29c2e
commit 121c9860df
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297
2 changed files with 4 additions and 2 deletions

View File

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

View File

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