More changes

This commit is contained in:
2023-10-10 17:25:23 -04:00
parent 61dbf7829e
commit edd525bcbc
4 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
id=$(bspc query -N -n);
if [ "$(tabc printclass $id)" == "tabbed" ]; then
@@ -6,4 +6,4 @@ if [ "$(tabc printclass $id)" == "tabbed" ]; then
tabc detach $id;
else \
tabc attach $id $(bspc query -N -n $1);
fi
fi