kbgwm

sucklessy floating window manager
git clone https://git.neuralcrash.com/kbgwm.git
Log | Files | Refs | README | LICENSE

commit 4f83c1a4ff9c288fc5188c85cfcaf75d644e6ab0
parent 925f5a243e73933f6f78b848ac63b8066e8e1105
Author: Kebigon <git@kebigon.xyz>
Date:   Thu, 12 Aug 2021 10:04:01 +0900

Update client's monitor after moving or resizing

Diffstat:
Mevents.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/events.c b/events.c @@ -92,6 +92,7 @@ static void handle_button_release(__attribute__((unused)) xcb_generic_event_t *e moving = false; resizing = false; + client_update_monitor(list_head(&workspaces[current_workspace])); } static void handle_motion_notify(xcb_generic_event_t *e)