dwm

Kris's build of dwm
git clone git clone https://git.krisyotam.com/krisyotam/dwm.git
Log | Files | Refs | README | LICENSE

shiftboth.c (98B)


      1 void
      2 shiftboth(const Arg *arg)
      3 {
      4 	Arg shifted = shift(arg, 0);
      5 	tag(&shifted);
      6 	view(&shifted);
      7 }