Created
September 13, 2022 23:58
-
-
Save lidgnulinux/b54d2c12464b5f42266c3f0eab58b7a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
jum=$(lswt | wc -l) | |
count=$jum | |
for i in $(seq $count); do | |
wlrctl toplevel focus state:minimized | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment