Skip to content

Instantly share code, notes, and snippets.

@Anachron
Created March 9, 2019 19:36
Show Gist options
  • Select an option

  • Save Anachron/8596005d8785fbe4f86b82bfeeea349d to your computer and use it in GitHub Desktop.

Select an option

Save Anachron/8596005d8785fbe4f86b82bfeeea349d to your computer and use it in GitHub Desktop.
Get all visible desktops and print them in one line
xdotool search --onlyvisible '' get_desktop_for_window %@ 2>/dev/null | sort | uniq | grep -v '^-' | tr '\n' ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment