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