From 60f7a3fabeae7d9e73566da4179bc8d2c0337be3 Mon Sep 17 00:00:00 2001 From: bh Date: Tue, 31 Mar 2026 18:55:17 +0800 Subject: rofi: add primary selection clipboard --- hypr/.config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hypr') diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index c66be30..400404c 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -37,6 +37,8 @@ exec-once = hyprpaper exec-once = dunst exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store +exec-once = wl-paste --primary --type text --watch cliphist -db-path ~/.cache/cliphist/primary.db store +exec-once = wl-paste --primary --type image --watch cliphist -db-path ~/.cache/cliphist/primary.db store # ╔════════════════════════════════════════╗ # ║ 🌿 ENVIRONMENT VARIABLES ║ @@ -190,6 +192,7 @@ bind = SUPER, E, exec, emacs # 📜 Scripts bind = SUPER, V, exec, ~/Scripts/clipboard +bind = SUPER SHIFT, V, exec, ~/Scripts/clipboard-primary bind = SUPER, R, exec, ~/Scripts/run bind = SUPER, S, exec, ~/Scripts/screenshot bind = SUPER SHIFT, S, exec, ~/Scripts/screenshot snip -- cgit v1.2.3