diff options
| author | JopStro <[email protected]> | 2020-06-09 14:24:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-09 14:24:15 +0100 |
| commit | 530baaffad3a9d651d82780036621a8ee6712a56 (patch) | |
| tree | bd7c4f30623b254b5133ea6a292bc262a6bd8ef9 | |
| parent | f68c43535300fea7381bde7e66e7a3555d5c6e1a (diff) | |
Update bspswallow
| -rw-r--r-- | bspswallow | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ swallow() { spit() { spitterid=$1 - grep "^$spitterid" /tmp/swallowids || return 0 + grep "^$spitterid" /tmp/swallowids || return spittingid=$(grep "^$spitterid" /tmp/swallowids | head -n1 | awk '{print $2}') bspc node $spittingid --flag hidden=off bspc node $spittingid -f |
