Browse Source

Sleep and use xdg-open instead

Samuel W. Flint 4 years ago
parent
commit
8c618e5b98
1 changed files with 3 additions and 1 deletions
  1. 3 1
      run-fava

+ 3 - 1
run-fava

@@ -2,5 +2,7 @@
 
 screen -dmS fava fava
 
-browser http://localhost:5000
+sleep 5
+
+xdg-open http://localhost:5000