Dotfiles/dwm-6.2/dwm.c.rej

11 lines
363 B
Plaintext
Raw Normal View History

2020-10-07 18:51:49 +00:00
--- dwm.c
+++ dwm.c
2020-11-18 03:55:01 +00:00
@@ -211,6 +211,7 @@ static void tagmon(const Arg *arg);
static void tile(Monitor *);
static void togglebar(const Arg *arg);
static void togglefloating(const Arg *arg);
+static void togglefullscr(const Arg *arg);
static void toggletag(const Arg *arg);
static void toggleview(const Arg *arg);
static void unfocus(Client *c, int setfocus);