From 5bc1198adb6244b1d6ce954050df3c023a4d1cd9 Mon Sep 17 00:00:00 2001 From: Mathias Scheider Date: Sat, 28 Feb 2026 23:22:57 +0100 Subject: [PATCH] feat: add copy and paste mappings for Wayland and Hyprland in kitty configuration --- hypr/.config/kitty/kitty.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 hypr/.config/kitty/kitty.conf diff --git a/hypr/.config/kitty/kitty.conf b/hypr/.config/kitty/kitty.conf new file mode 100755 index 0000000..c7594f1 --- /dev/null +++ b/hypr/.config/kitty/kitty.conf @@ -0,0 +1,5 @@ +# Copy / Paste (Wayland + Hyprland) +map ctrl+shift+c copy_to_clipboard +map ctrl+shift+v paste_from_clipboard +copy_on_select yes +