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