From 2c9a6b067e0cee135456e59a7fcdf54a88594ad8 Mon Sep 17 00:00:00 2001 From: JopStro <33031853+JopStro@users.noreply.github.com> Date: Wed, 10 Jun 2020 12:03:48 +0100 Subject: Update Alternative bspswallow --- alternative/bspswallow | 1 + 1 file changed, 1 insertion(+) diff --git a/alternative/bspswallow b/alternative/bspswallow index de575e7..3ae2bfe 100644 --- a/alternative/bspswallow +++ b/alternative/bspswallow @@ -14,6 +14,7 @@ swallow() { swallowerid=$1 swallowingid=$(bspc query -n prev -N) grep "^$(get_class $swallowerid)$" ~/.config/bspwm/noswallow && return + grep "^$(get_class $swallowerid)$" ~/.config/bspwm/terminals && return grep "^$(get_class $swallowingid)$" ~/.config/bspwm/terminals || return echo $swallowerid $swallowingid >> /tmp/swallowids bspc node $swallowingid --flag hidden=on -- cgit v1.2.3