Skip to content

Instantly share code, notes, and snippets.

@lidgnulinux
Created September 13, 2022 23:58
Show Gist options
  • Save lidgnulinux/b54d2c12464b5f42266c3f0eab58b7a0 to your computer and use it in GitHub Desktop.
Save lidgnulinux/b54d2c12464b5f42266c3f0eab58b7a0 to your computer and use it in GitHub Desktop.
#!/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