|
|
@ -227,6 +227,7 @@ static void setclientstate(Client *c, long state); |
|
|
|
static void setfocus(Client *c); |
|
|
|
static void setfocus(Client *c); |
|
|
|
static void setfullscreen(Client *c, int fullscreen); |
|
|
|
static void setfullscreen(Client *c, int fullscreen); |
|
|
|
static void setgaps(const Arg *arg); |
|
|
|
static void setgaps(const Arg *arg); |
|
|
|
|
|
|
|
static void togglegaps(const Arg *arg); |
|
|
|
static void setlayout(const Arg *arg); |
|
|
|
static void setlayout(const Arg *arg); |
|
|
|
static void setlayoutsafe(const Arg *arg); |
|
|
|
static void setlayoutsafe(const Arg *arg); |
|
|
|
static void setmfact(const Arg *arg); |
|
|
|
static void setmfact(const Arg *arg); |
|
|
@ -1687,6 +1688,12 @@ setgaps(const Arg *arg) |
|
|
|
arrange(selmon); |
|
|
|
arrange(selmon); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void |
|
|
|
|
|
|
|
togglegaps(const Arg *arg) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void |
|
|
|
void |
|
|
|
setlayout(const Arg *arg) |
|
|
|
setlayout(const Arg *arg) |
|
|
|
{ |
|
|
|
{ |
|
|
|