The-Compiler's changes
This commit is contained in:
parent
2a9d56790f
commit
773982ad23
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
"${XDG_DATA_HOME:-$HOME/.local/share}"/qutebrowser/userscripts/qutedmenu open
|
|
5
misc/userscripts/qutedmenu
Normal file → Executable file
5
misc/userscripts/qutedmenu
Normal file → Executable file
@ -2,8 +2,7 @@
|
|||||||
# Handle open -s && open -t with bemenu
|
# Handle open -s && open -t with bemenu
|
||||||
|
|
||||||
# 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/openpage
|
#:bind o spawn --userscript /path/to/userscripts/qutedmenu
|
||||||
#:bind O spawn --userscript /path/to/userscripts/qutedmenu
|
|
||||||
|
|
||||||
# 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
|
||||||
@ -30,7 +29,7 @@ create_menu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_selection() {
|
get_selection() {
|
||||||
opts+=(-p Qutebrowser)
|
opts+=(-p qutebrowser)
|
||||||
#create_menu | dmenu -l 10 "${opts[@]}"
|
#create_menu | dmenu -l 10 "${opts[@]}"
|
||||||
create_menu | bemenu -l 10 "${opts[@]}"
|
create_menu | bemenu -l 10 "${opts[@]}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user