This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
swatson
/
dotfiles
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
217479fd7c
Ramos
Etiquetas
main
master
dotfiles
/
lemonbar
/
laptop
/
workspaces.sh
workspaces.sh
101 B
Histórico
Em bruto
1
2
3
4
#!/bin/sh
i3-msg -t get_workspaces \
| jq '.[] | select(.focused==true).name' \
| cut -d"\"" -f2