From 17681e38d4b43b02b69a216285d09fc7acab93c3 Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 11 Mar 2026 23:10:02 +0900 Subject: [PATCH 1/2] Make shift+enter work in claude --- kitty/kitty.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index d941034..4ff76fb 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -20,6 +20,7 @@ background_opacity 0.7 #map ctrl+shift+down neighboring_window down map ctrl+shift+enter launch --cwd=current +map shift+enter send_text all \x1b[13;2u #: Fonts {{{ From 70f451039d3d9de9d31724019f751fbf38a1e7e9 Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 11 Mar 2026 23:11:12 +0900 Subject: [PATCH 2/2] Fix window rule issues in 0.54.2 --- hypr/autostart.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hypr/autostart.conf b/hypr/autostart.conf index 96a1058..1e8efdf 100644 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -1,7 +1,9 @@ exec-once = [workspace 1 silent] $browser exec-once = [workspace 2 silent] thunderbird exec-once = [workspace 2 silent] element-desktop -exec-once = [workspace 3 silent] chromium --profile-directory="Default" +exec-once = [workspace special:magic silent] $terminal -exec-once = [workspace special silent] $terminal -exec-once = [workspace special silent] keepassxc +# Qt apps don't work with workspace on exec-one +# Added windowrule for them +exec-once = keepassxc +exec-once = chromium --profile-directory="Default"