Skip to content

Instantly share code, notes, and snippets.

View NekoCWD's full-sized avatar
🐈‍⬛
Meowing

Doylov Vasiliy NekoCWD

🐈‍⬛
Meowing
View GitHub Profile
@NekoCWD
NekoCWD / dwm 6.3 togglefullscreen
Created August 21, 2022 09:07
dwm 6.3 togglefullscreen
--- dwm.c.back 2022-01-07 14:42:18.000000000 +0300
+++ dwm.c 2022-08-21 12:03:37.904950261 +0300
@@ -214,6 +214,7 @@
static void togglefloating(const Arg *arg);
static void toggletag(const Arg *arg);
static void toggleview(const Arg *arg);
+static void togglefullscreen(const Arg *arg);
static void unfocus(Client *c, int setfocus);
static void unmanage(Client *c, int destroyed);
static void unmapnotify(XEvent *e);