5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
id=`$HOME/bin/i3-id-list`
|
||
|
sway-msg [id="$id"] focus > /dev/null
|