From 041f1480019db2cbf5d4fd0b7128d8ad0c303889 Mon Sep 17 00:00:00 2001 From: Lefteris Iliadis Date: Tue, 6 Feb 2024 22:29:58 +0200 Subject: [PATCH] bind = $mainMod, G, togglegroup, # toggle the window on focus to group (tab mode) --- hypr/conf/keybindings/default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/conf/keybindings/default.conf b/hypr/conf/keybindings/default.conf index ec842ad..8f84d3b 100644 --- a/hypr/conf/keybindings/default.conf +++ b/hypr/conf/keybindings/default.conf @@ -27,6 +27,7 @@ bind = $mainMod SHIFT, right, resizeactive, 100 0 bind = $mainMod SHIFT, left, resizeactive, -100 0 bind = $mainMod SHIFT, up, resizeactive, 0 -100 bind = $mainMod SHIFT, down, resizeactive, 0 100 +bind = $mainMod, G, togglegroup, # toggle the window on focus to group (tab mode) # Actions bind = $mainMod, PRINT, exec, ~/dotfiles/hypr/scripts/screenshot.sh