From 8af0b4fbd10757abbc77ca369184312eb674905d Mon Sep 17 00:00:00 2001 From: uint23 Date: Thu, 17 Apr 2025 00:55:22 +0100 Subject: resizing windwo + moving --- src/usercfg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usercfg.h') 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 -- cgit v1.2.3