From 5762e81a78d2864826d71574419a1bc9c9c08b15 Mon Sep 17 00:00:00 2001 From: Abdul Hajiyev Date: Mon, 20 May 2024 19:30:38 +0400 Subject: [PATCH] feat: Add missing keybind for floating window --- .config/ags/modules/cheatsheet/data_keybinds.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/ags/modules/cheatsheet/data_keybinds.js b/.config/ags/modules/cheatsheet/data_keybinds.js index b64156797..5631c4983 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" } ],