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