This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
swatson
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
main
master
dotfiles
/
lemonbar
/
laptop
/
workspaces.sh
workspaces.sh
101 B
Permalink
Cronologia
Originale
1
2
3
4
#!/bin/sh
i3-msg -t get_workspaces \
| jq '.[] | select(.focused==true).name' \
| cut -d"\"" -f2