diff options
author | uint23 <[email protected]> | 2025-04-17 00:55:22 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-17 00:55:22 +0100 |
commit | 8af0b4fbd10757abbc77ca369184312eb674905d (patch) | |
tree | 598f265127e322cb94e0b7c146bad3092170256b /src/usercfg.h | |
parent | 6609744d8d4e4a125b8d9e91bcd4ecaabe05f12b (diff) |
resizing windwo + moving
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 |