Edit 'websearch' script
This commit is contained in:
parent
52fc85b2fe
commit
f0d259f98a
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
PHRASE=$(printf | dmenu -p "Web search:")
|
PHRASE=$(printf | dmenu -h 24 -p "Web search:")
|
||||||
|
|
||||||
if [ -n "$PHRASE" ]; then
|
if [ -n "$PHRASE" ]; then
|
||||||
qutebrowser $PHRASE &
|
qutebrowser $PHRASE &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user