diff --git a/.config/ags/modules/cheatsheet/data_keybinds.js b/.config/ags/modules/cheatsheet/data_keybinds.js index b6415679..5631c498 100644 --- a/.config/ags/modules/cheatsheet/data_keybinds.js +++ b/.config/ags/modules/cheatsheet/data_keybinds.js @@ -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" } ],