My dotfiles. Period.

i3-focuswin 88B

1234
  1. #!/bin/sh
  2. sed -ne 's/.* \([0-9]*\)/[id=\1] focus/p' \
  3. | (read -r cmd; i3-msg "$cmd")