From 634e1631a3796d0c0c3a310567014f95e22cedec Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 7 Aug 2022 05:00:27 -0500 Subject: [PATCH] refactor(hypr): remove unused bindings --- dots/.config/hypr/wm/bindings.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/dots/.config/hypr/wm/bindings.conf b/dots/.config/hypr/wm/bindings.conf index 06b9058d..4d87f807 100644 --- a/dots/.config/hypr/wm/bindings.conf +++ b/dots/.config/hypr/wm/bindings.conf @@ -52,6 +52,3 @@ bind=CTRLSUPER,S,togglespecialworkspace bind=ALTSUPER,H,movetoworkspace,e-1 bind=ALTSUPER,L,movetoworkspace,e+1 bind=SUPERSHIFT,S,movetoworkspace,special - -bind=SUPER,mouse_down,workspace,e+1 -bind=SUPER,mouse_up,workspace,e-1