summaryrefslogtreecommitdiff
path: root/src/usercfg.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-17 00:55:22 +0100
committeruint23 <[email protected]>2025-04-17 00:55:22 +0100
commit8af0b4fbd10757abbc77ca369184312eb674905d (patch)
tree598f265127e322cb94e0b7c146bad3092170256b /src/usercfg.h
parent6609744d8d4e4a125b8d9e91bcd4ecaabe05f12b (diff)
resizing windwo + moving
Diffstat (limited to 'src/usercfg.h')
-rw-r--r--src/usercfg.h1
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