surf wrapper

This commit is contained in:
tavo-wasd 2023-09-18 14:35:56 -06:00
parent 652c223c9b
commit eca2a07009
3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View file

@ -11,7 +11,7 @@ libvirt
lutris lutris
pcmanfm pcmanfm
pulse pulse
surf surf/
darktable darktable
galculator galculator
kalgebrarc kalgebrarc

View file

@ -1,4 +0,0 @@
#!/bin/sh
# Open 'surf' browser with tabbed
tabbed -c surf -e

4
wrappers/surf Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
# Open 'surf' browser with tabbed
tabbed -c /usr/bin/surf -e || tabbed -c /usr/local/bin/surf -e