diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 8156707..b887a41 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -26,10 +26,10 @@ SCREENSHOT = "gnome-screenshot" SCREENSHOT_UTILITY = "gnome-screenshot -i" POWER_MENU = os.path.expanduser( "~/.scripts/bin/simple-power-menu" -) # https://github.com/GRFreire/simple-power-menu +) WEB_QUICK_OPEN = os.path.expanduser( "~/.scripts/bin/firefox-quick-keywords" -) # https://github.com/GRFreire/firefox-quick-keywords +) SHOW_KEYBINDS = "python3 /home/grfreire/.config/qtile/list_keybinds.py" MEDIA_CONTROL = os.path.expanduser("~/.config/qtile/media_control.sh") diff --git a/.zshrc b/.zshrc index e358b69..db07e03 100644 --- a/.zshrc +++ b/.zshrc @@ -57,5 +57,4 @@ nvm() { source $HOME/.nvm/nvm.sh; nvm "$@" } -# Run color-scripts https://github.com/GRFreire/shell-color-scripts colorscript random