From 730cba2e2aa763e2efd693dc49c71e7e91a48854 Mon Sep 17 00:00:00 2001 From: Timo Hubois <46505685+timohubois@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:54:38 +0200 Subject: [PATCH] feat(clipboard.conf): add descriptions (#2615) --- default/hypr/bindings/clipboard.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default/hypr/bindings/clipboard.conf b/default/hypr/bindings/clipboard.conf index 7d08d92..2a79989 100644 --- a/default/hypr/bindings/clipboard.conf +++ b/default/hypr/bindings/clipboard.conf @@ -1,5 +1,5 @@ # Copy / Paste -bind = SUPER, C, sendshortcut, CTRL, Insert, -bind = SUPER, V, sendshortcut, SHIFT, Insert, -bind = SUPER, X, sendshortcut, CTRL, X, +bindd = SUPER, C, Copy, sendshortcut, CTRL, Insert, +bindd = SUPER, V, Paste, sendshortcut, SHIFT, Insert, +bindd = SUPER, X, Cut, sendshortcut, CTRL, X, bindd = SUPER CTRL, V, Clipboard, exec, omarchy-launch-walker -m clipboard