13 lines
451 B
Plaintext
13 lines
451 B
Plaintext
--- dwm.c
|
|
+++ dwm.c
|
|
@@ -213,7 +215,9 @@ static void tag(const Arg *arg);
|
|
static void tagmon(const Arg *arg);
|
|
static void tile(Monitor *);
|
|
static void togglebar(const Arg *arg);
|
|
+static void togglefakefullscreen(const Arg *arg);
|
|
static void togglefloating(const Arg *arg);
|
|
+static void togglefullscreen(const Arg *arg);
|
|
static void toggletag(const Arg *arg);
|
|
static void toggleview(const Arg *arg);
|
|
static void unfocus(Client *c, int setfocus);
|