feat: Add missing keybind for floating window

This commit is contained in:
Abdul Hajiyev
2024-05-20 19:30:38 +04:00
parent e2fcc89751
commit 5762e81a78
@@ -34,6 +34,7 @@ export const keybindList = [[
{ "keys": ["󰖳", "+", "'"], "action": "Split ratio +" },
{ "keys": ["󰖳", "+", "Lmb"], "action": "Move window" },
{ "keys": ["󰖳", "+", "Rmb"], "action": "Resize window" },
{ "keys": ["󰖳", "Alt", "+", "Space"], "action": "Float window" },
{ "keys": ["󰖳", "+", "F"], "action": "Fullscreen" },
{ "keys": ["󰖳", "Alt", "+", "F"], "action": "Fake fullscreen" }
],