From 239d5ece0514ec5ad40a3ab0fbd088300a92497b Mon Sep 17 00:00:00 2001 From: JopStro <33031853+JopStro@users.noreply.github.com> Date: Fri, 11 Sep 2020 20:47:52 +0100 Subject: Create noswallow_open --- examples/scripts/noswallow_open | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/scripts/noswallow_open diff --git a/examples/scripts/noswallow_open b/examples/scripts/noswallow_open new file mode 100644 index 0000000..4521b11 --- /dev/null +++ b/examples/scripts/noswallow_open @@ -0,0 +1,7 @@ +#!/bin/sh +# Prefix to a command to make it so that any windows spawned from it don't swallow the terminal +# for launching things from sxhd etc +killall bspswallow +eval "$1" >/dev/null +sleep 2 +bspswallow & -- cgit v1.2.3