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
/
shiftview.c
blob: d3038d6327ad428f87b0c58b6214d7409afb56af (
plain
)
1
2
3
4
5
6
void shiftview(const Arg *arg) { Arg shifted = shift(arg, 0); view(&shifted); }