From f7e85f9cad07e290602f6978faa5473c178b33bf Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 14 Aug 2024 19:56:21 -0400 Subject: [PATCH] feat: change group active by key --- hypr/conf/keybindings/custom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/conf/keybindings/custom.conf b/hypr/conf/keybindings/custom.conf index 8416416..c4c292f 100644 --- a/hypr/conf/keybindings/custom.conf +++ b/hypr/conf/keybindings/custom.conf @@ -32,6 +32,7 @@ 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 +bind = $mainMod CTRL, Tab, changegroupactive, f # Actions bind = $mainMod, PRINT, exec, ~/dotfiles/hypr/scripts/screenshot.sh