mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-24 09:47:29 -05:00
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