(sxhkd)~change browser launcher to use xdg-defaults

Use xdg-open to open a url which triggers the default browser of the
system, instead of launching qutebrowser which may not exist on every computer.
This commit is contained in:
2020-12-02 15:33:19 +00:00
parent 9a403fec87
commit 8b7837e902

View File

@@ -25,8 +25,8 @@ super + e
$HOME/.emacs_anywhere/bin/run
super + s
notify-send "Launching qutebrowser"; \
qutebrowser
notify-send "Launching browser"; \
xdg-open "https://search.aryadevchavali.com"
super + w
$HOME/.local/scripts/eselect;