mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-06 15:13:45 +01:00
7 lines
89 B
C
7 lines
89 B
C
|
|
void
|
||
|
|
shiftviewclients(const Arg *arg)
|
||
|
|
{
|
||
|
|
Arg shifted = shift(arg, 1);
|
||
|
|
view(&shifted);
|
||
|
|
}
|