mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
feat: Add missing keybind for floating window
This commit is contained in:
parent
dc31242d37
commit
d5a2a4dfbf
1 changed files with 1 additions and 0 deletions
|
|
@ -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" }
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue