4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
i3-msg -t subscribe -m '{"type":"window"}' | jq --unbuffered -r .container.name | cut -c 1-24
|