Skip to content

Instantly share code, notes, and snippets.

@2xlink
Created January 15, 2023 21:56
Show Gist options
  • Save 2xlink/26dc2c1bd407e2f0d856ec52c0657825 to your computer and use it in GitHub Desktop.
Save 2xlink/26dc2c1bd407e2f0d856ec52c0657825 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -eu
wmctrl -d | grep "*" | cut -d " " -f 1 > /tmp/current_desktop
wmctrl -s $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment