From a89a4c9273807320484ebd30075a5f58b71ba2cd Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Wed, 14 Jan 2026 00:21:47 +0100 Subject: Switch from c99 to c23 standard Create sketch for manual testing Disable redundant functions The following functions: movemouse, resizemouse, togglefloating, sendmon, pop, quit and zoom shall be removed. Specific windows (loading screens, notifications) will remain floating but there is no need in a window manager for manually toggling the floating behavior. Killing the session is no longer possible via keybinding. Insted I suggested adding a keybinding for reseting dwm and switching to TTY if it fails after all. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84c0b68..77d2a53 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ CPPFLAGS = \ ${XINERAMAFLAGS} CFLAGS = \ - -std=c99 \ + -std=c23 \ -pedantic \ -Wall \ -Wno-deprecated-declarations \ -- cgit v1.2.3