diff options
Diffstat (limited to 'src/usercfg.h')
-rw-r--r-- | src/usercfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usercfg.h b/src/usercfg.h index 9f7f810..88513e3 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -19,6 +19,7 @@ static const Binding binds[] = { CALL(MOD, k, focus_next), CALL(MOD, j, focus_prev), CALL(MOD, c, close_focused), + CALL(MOD, f, toggle_floating), }; #endif |