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
Branche:
master
Branches
Tags
main
master
dotfiles
/
lemonbar
/
laptop
/
workspaces.sh
workspaces.sh
101 B
Lien permanent
Historique
Raw
1
2
3
4
#!/bin/sh
i3-msg -t get_workspaces \
| jq '.[] | select(.focused==true).name' \
| cut -d"\"" -f2