This commit is contained in:
tavo-wasd 2023-10-15 08:58:10 -06:00
parent b512e60921
commit 3273a20337
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -151,3 +151,4 @@ tilem2/
ktimerrc
unity3d/
gajim/
blender/

View file

@ -1,4 +1,7 @@
#!/bin/sh
# Open 'surf' browser with tabbed
tabbed -c /usr/bin/surf -e || tabbed -c /usr/local/bin/surf -e
HOME=$HOME/.local/share/surf
mkdir -p "$HOME"
exec tabbed -c /usr/bin/surf -e "$@" || exec tabbed -c /usr/local/bin/surf -e "$@"