index
:
dotfiles.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dwm
/
patch
/
bar_alternativetags.c
blob: bc800f2ea982f7917e54197563e2cd8cde440a7f (
plain
)
1
2
3
4
5
6
7
void togglealttag() { selmon->alttag = !selmon->alttag; drawbar(selmon); }