mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-11 04:49:38 +00:00
scripts are now located at ~/.scripts
This commit is contained in:
parent
96d0d29c2e
commit
121c9860df
@ -25,10 +25,10 @@ CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -r
|
|||||||
SCREENSHOT = "gnome-screenshot"
|
SCREENSHOT = "gnome-screenshot"
|
||||||
SCREENSHOT_UTILITY = "gnome-screenshot -i"
|
SCREENSHOT_UTILITY = "gnome-screenshot -i"
|
||||||
POWER_MENU = os.path.expanduser(
|
POWER_MENU = os.path.expanduser(
|
||||||
"~/.local/bin/simple-power-menu"
|
"~/.scripts/bin/simple-power-menu"
|
||||||
) # https://github.com/GRFreire/simple-power-menu
|
) # https://github.com/GRFreire/simple-power-menu
|
||||||
WEB_QUICK_OPEN = os.path.expanduser(
|
WEB_QUICK_OPEN = os.path.expanduser(
|
||||||
"~/.local/bin/firefox-quick-keywords"
|
"~/.scripts/bin/firefox-quick-keywords"
|
||||||
) # https://github.com/GRFreire/firefox-quick-keywords
|
) # https://github.com/GRFreire/firefox-quick-keywords
|
||||||
SHOW_KEYBINDS = "python3 /home/grfreire/.config/qtile/list_keybinds.py"
|
SHOW_KEYBINDS = "python3 /home/grfreire/.config/qtile/list_keybinds.py"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user