From eca2a0700975c669a03680118970b88b87cd4bb1 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 18 Sep 2023 14:35:56 -0600 Subject: [PATCH] surf wrapper --- .gitignore | 2 +- scripts/tabbed-surf | 4 ---- wrappers/surf | 4 ++++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100755 scripts/tabbed-surf create mode 100755 wrappers/surf diff --git a/.gitignore b/.gitignore index 6e3e87c..cb96b99 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ libvirt lutris pcmanfm pulse -surf +surf/ darktable galculator kalgebrarc diff --git a/scripts/tabbed-surf b/scripts/tabbed-surf deleted file mode 100755 index c947b11..0000000 --- a/scripts/tabbed-surf +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# Open 'surf' browser with tabbed - -tabbed -c surf -e diff --git a/wrappers/surf b/wrappers/surf new file mode 100755 index 0000000..fa52c34 --- /dev/null +++ b/wrappers/surf @@ -0,0 +1,4 @@ +#!/bin/sh +# Open 'surf' browser with tabbed + +tabbed -c /usr/bin/surf -e || tabbed -c /usr/local/bin/surf -e