(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 $HOME/.emacs_anywhere/bin/run
super + s super + s
notify-send "Launching qutebrowser"; \ notify-send "Launching browser"; \
qutebrowser xdg-open "https://search.aryadevchavali.com"
super + w super + w
$HOME/.local/scripts/eselect; $HOME/.local/scripts/eselect;