This website works better with JavaScript
Home
Explore
Help
Sign In
netvor
/
mydots
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
My dotfiles. Period.
858
Commits
1
Branch
Tree:
48a925261d
mydots
/
dotfiles
/
i3
/
bin
/
i3-focuswin
i3-focuswin
88B
History
Raw
1
2
3
4
#!/bin/sh
sed
-ne
's/.* \([0-9]*\)/[id=\1] focus/p'
\
| (
read
-r cmd; i3-msg
"
$cmd
"
)