forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
getopen(){
|
||||
ans=$(eww windows | grep -e "$1")
|
||||
if [ "${ans:0:1}" == "*" ]; then
|
||||
echo "true"
|
||||
else
|
||||
echo "false"
|
||||
fi
|
||||
}
|
||||
|
||||
getopen $1
|
||||
Reference in New Issue
Block a user