(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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user