From 21695f1959132b417531a69ba301fe66f0b6648c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 10 Dec 2023 23:03:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20added=20bind=20for=20?= =?UTF-8?q?floating=20kitty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index e311734c..7d1d964a 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -17,7 +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, ~/.config/hypr/scripts/custom_app_launch kitty +bind = SUPERSHIFT, RETURN, exec, kitty --class=center-float-large +bind = SUPERALT, 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