From 4adea9334e681df997f378112d583c4f1d60ae60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 12 Dec 2023 11:35:46 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20changed=20?= =?UTF-8?q?order=20for=20some=20bindings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 7d1d964a..4c2f16cc 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -17,8 +17,8 @@ bind = SUPER, O, exec, ~/.config/hypr/scripts/custom_app_launch obsidian bind = SUPERSHIFT, O, exec, ~/.config/hypr/scripts/custom_app_launch office bind = SUPERSHIFT, E,exec, ~/.config/hypr/scripts/custom_app_launch nemo bind = SUPER, RETURN, exec, kitty -bind = SUPERSHIFT, RETURN, exec, kitty --class=center-float-large -bind = SUPERALT, RETURN, exec, ~/.config/hypr/scripts/custom_app_launch kitty +bind = SUPERALT, RETURN, exec, kitty --class=center-float-large +bind = SUPERSHIFT, RETURN, exec, ~/.config/hypr/scripts/custom_app_launch kitty bind = SUPER, BACKSPACE, exec, ~/.config/hypr/scripts/custom_app_launch nvim bind = SUPERSHIFT, BACKSPACE, exec, ~/.config/hypr/scripts/custom_app_launch neovide