aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJopStro <[email protected]>2020-06-10 12:03:48 +0100
committerGitHub <[email protected]>2020-06-10 12:03:48 +0100
commit2c9a6b067e0cee135456e59a7fcdf54a88594ad8 (patch)
treee30c713fe9dd0682fb0cf792b113ddc75fffe191
parent4d731268723cb9b51d22150a6336e0262355fb70 (diff)
Update Alternative bspswallow
-rw-r--r--alternative/bspswallow1
1 files changed, 1 insertions, 0 deletions
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