Finalizing comments and arguments passed in
This commit is contained in:
parent
09999654e2
commit
7822a33975
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Broken out to two files to handle flag passing
|
# Broken out to two files to handle flag passing
|
||||||
#:bind o spawn --userscript /path/to/userscripts/qutedmenu open
|
#:bind o spawn --userscript /path/to/userscripts/qutedmenu open
|
||||||
#:bind O spawn --userscript /path/to/userscripts/qutedmenu
|
#:bind O spawn --userscript /path/to/userscripts/qutedmenu tab
|
||||||
|
|
||||||
# If you would like to set a custom colorscheme/font use these dirs.
|
# If you would like to set a custom colorscheme/font use these dirs.
|
||||||
# https://github.com/halfwit/dotfiles/blob/master/.config/dmenu/bemenucolors
|
# https://github.com/halfwit/dotfiles/blob/master/.config/dmenu/bemenucolors
|
||||||
@ -57,5 +57,5 @@ url=${url/*http/http}
|
|||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
open) printf '%s' "open $url" >> "$QUTE_FIFO" || qutebrowser "$url" ;;
|
open) printf '%s' "open $url" >> "$QUTE_FIFO" || qutebrowser "$url" ;;
|
||||||
*) printf '%s' "open -t $url" >> "$QUTE_FIFO" || qutebrowser "$url" ;;
|
tab) printf '%s' "open -t $url" >> "$QUTE_FIFO" || qutebrowser "$url" ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user