This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
swatson
/
dotfiles
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6e33ecccff
Branches
Tags
main
master
dotfiles
/
lemonbar
/
laptop
/
workspaces.sh
workspaces.sh
101 B
Historique
Raw
1
2
3
4
#!/bin/sh
i3-msg -t get_workspaces \
| jq '.[] | select(.focused==true).name' \
| cut -d"\"" -f2