diff options
author | uint23 <[email protected]> | 2025-04-17 19:06:57 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-17 19:06:57 +0100 |
commit | c35b6bc29a79459bb8b38c732461474df4e03184 (patch) | |
tree | 28a6826efd19e7c58ea2a1a16b848a010845a586 /src/usercfg.h | |
parent | df1e03f5cbfb4f40c6457d49bdcabfe26f1abd2d (diff) |
proper global floating handling
Diffstat (limited to 'src/usercfg.h')
-rw-r--r-- | src/usercfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
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), |