From 3b4166dbf35897d5954efce647086701c8a4d141 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Thu, 26 Dec 2024 14:26:22 +0500 Subject: [PATCH] hyprland: binds: add capture mode --- dot-config/hypr/binds.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot-config/hypr/binds.conf b/dot-config/hypr/binds.conf index fb0dc72..5f6ed3e 100644 --- a/dot-config/hypr/binds.conf +++ b/dot-config/hypr/binds.conf @@ -59,3 +59,8 @@ bind = SUPER, mouse_up, workspace, e-1 bindm = SUPER, mouse:272, movewindow bindm = SUPER, mouse:273, resizewindow + +submap=capture +bind = SUPER,Escape,submap,reset # to exit the "capture" mode +submap=reset +bind = SUPER SHIFT,P,submap,capture # to enter the "capture" mode