From 7be494dd01bfc1ed0be3d4a2fcd5f9e6b37e2314 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sun, 11 Sep 2022 02:46:59 +0530 Subject: actual fullscreen patch --- dwm.c.rej | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dwm.c.rej (limited to 'dwm.c.rej') diff --git a/dwm.c.rej b/dwm.c.rej new file mode 100644 index 0000000..46ebb95 --- /dev/null +++ b/dwm.c.rej @@ -0,0 +1,10 @@ +--- dwm.c ++++ dwm.c +@@ -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); -- cgit v1.2.3