dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 37ab24ffa00dda755784805e684dfdf5296c8362
parent f99b0162fe8c4c48fdf76d1126a313e035cf60c0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun,  8 Dec 2019 11:32:44 +0100

Do not close tabbed window without clients

Diffstat:
M.local/bin/surf-open.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/surf-open.sh b/.local/bin/surf-open.sh @@ -12,7 +12,7 @@ command -v surf-clean-cookies >/dev/null 2>&1 && (surf-clean-cookies || :) runtabbed() { echo "starting tabbed" - nohup tabbed -cdn tabbed-surf -r 2 >"$xidfile" 2>/dev/null & + nohup tabbed -dn tabbed-surf -r 2 >"$xidfile" 2>/dev/null & sleep 1 } opensurf() {