From 7f94e780cc9c243aced31e560b87ad70f6313b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 13 Nov 2023 09:47:02 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20added=20expose=20and?= =?UTF-8?q?=20minimized=20binds=20for=20pyprland=20plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/keybinds/binds.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/hypr/keybinds/binds.conf b/.config/hypr/keybinds/binds.conf index 14b432f8..d01b99a2 100644 --- a/.config/hypr/keybinds/binds.conf +++ b/.config/hypr/keybinds/binds.conf @@ -133,7 +133,10 @@ bind=SUPERCTRL,l,workspace,m+1 bind=SUPER,c,exec,hyprctl dispatch centerwindow # Group control -bind =SUPER, S, togglesplit +bind=SUPER,space,exec,pypr expose +bind=SUPERSHIFT,space,togglespecialworkspace, minimized +bind=SUPERCTRL,space,exec,pypr toggle_minimized +bind=SUPER,S, togglesplit bind=SUPER,G,togglegroup bind=ALT,tab,changegroupactive