forked from Shinonome/dots-hyprland
feat: Add missing keybind for floating window
This commit is contained in:
@@ -34,6 +34,7 @@ export const keybindList = [[
|
|||||||
{ "keys": ["", "+", "'"], "action": "Split ratio +" },
|
{ "keys": ["", "+", "'"], "action": "Split ratio +" },
|
||||||
{ "keys": ["", "+", "Lmb"], "action": "Move window" },
|
{ "keys": ["", "+", "Lmb"], "action": "Move window" },
|
||||||
{ "keys": ["", "+", "Rmb"], "action": "Resize window" },
|
{ "keys": ["", "+", "Rmb"], "action": "Resize window" },
|
||||||
|
{ "keys": ["", "Alt", "+", "Space"], "action": "Float window" },
|
||||||
{ "keys": ["", "+", "F"], "action": "Fullscreen" },
|
{ "keys": ["", "+", "F"], "action": "Fullscreen" },
|
||||||
{ "keys": ["", "Alt", "+", "F"], "action": "Fake fullscreen" }
|
{ "keys": ["", "Alt", "+", "F"], "action": "Fake fullscreen" }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user