From c35b6bc29a79459bb8b38c732461474df4e03184 Mon Sep 17 00:00:00 2001 From: uint23 Date: Thu, 17 Apr 2025 19:06:57 +0100 Subject: proper global floating handling --- src/usercfg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/usercfg.h') diff --git a/src/usercfg.h b/src/usercfg.h index bc1ae89..8155fc0 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -20,6 +20,8 @@ static const Binding binds[] = { CALL(MOD|SHIFT, e, quit), CALL(MOD, j, focus_next), CALL(MOD, k, focus_prev), + CALL(MOD|SHIFT, j, move_master_next), + CALL(MOD|SHIFT, k, move_master_prev), CALL(MOD|SHIFT, q, close_focused), CALL(MOD, f, toggle_floating), CALL(MOD, equal, inc_gaps), -- cgit v1.2.3