Renmoved moveresize

This commit is contained in:
Alexis Jhon Gaspar 2023-10-02 21:17:15 +08:00
parent c4c8fe059d
commit 0ad37e87fb

View file

@ -784,7 +784,7 @@
/* This patch allows you to move and resize dwm's clients using keyboard bindings.
* https://dwm.suckless.org/patches/moveresize/
*/
#define MOVERESIZE_PATCH 1
#define MOVERESIZE_PATCH 0
/* This patch allows you to move clients around in the stack and swap them with the master.
* https://dwm.suckless.org/patches/movestack/