mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00:00
8 lines
98 B
C
8 lines
98 B
C
void
|
|
shiftboth(const Arg *arg)
|
|
{
|
|
Arg shifted = shift(arg, 0);
|
|
tag(&shifted);
|
|
view(&shifted);
|
|
}
|