Strona działa najlepiej z JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
netvor
/
mydots
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
My dotfiles. Period.
836
Commity
1
Gałąź
Drzewo:
9c27b1fb15
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '9c27b1fb15'
${ noResults }
mydots
/
dotfiles
/
i3
/
bin
/
i3-focuswin
i3-focuswin
88B
Historia
Czysty
1
2
3
4
#!/bin/sh
sed -ne 's/.* \([0-9]*\)/[id=\1] focus/p' \
| (read -r cmd; i3-msg "$cmd")