(desktop) hopefully fixed browser start
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if $(which librewolf &>/dev/null); then
|
||||
librewolf
|
||||
elif $(which librewolf.appimage); then
|
||||
librewolf.appimage
|
||||
else
|
||||
notify-send "[ERROR]" "Failed to start browser"
|
||||
fi
|
||||
Reference in New Issue
Block a user