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