feat: Add missing keybind for floating window

This commit is contained in:
Abdul Hajiyev 2024-05-20 19:30:38 +04:00
parent dc31242d37
commit d5a2a4dfbf
No known key found for this signature in database
GPG key ID: DCE59ABB052A61C7

View file

@ -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" }
],