surf wrapper
This commit is contained in:
parent
652c223c9b
commit
eca2a07009
3 changed files with 5 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,7 +11,7 @@ libvirt
|
||||||
lutris
|
lutris
|
||||||
pcmanfm
|
pcmanfm
|
||||||
pulse
|
pulse
|
||||||
surf
|
surf/
|
||||||
darktable
|
darktable
|
||||||
galculator
|
galculator
|
||||||
kalgebrarc
|
kalgebrarc
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# Open 'surf' browser with tabbed
|
|
||||||
|
|
||||||
tabbed -c surf -e
|
|
4
wrappers/surf
Executable file
4
wrappers/surf
Executable 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
|
Loading…
Reference in a new issue