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.
836
Commits
1
Branch
Tree:
9c27b1fb15
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '9c27b1fb15'
${ noResults }
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")