From 01ba7fa95b3bd5f514da16355e1238fdbbcf4713 Mon Sep 17 00:00:00 2001 From: John Costa Date: Tue, 11 Mar 2025 10:40:03 +0000 Subject: [PATCH] fix: clipboard management --- .config/hypr/hyprland.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f1637df7..96fdbd73 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -49,6 +49,7 @@ $menu = wofi --show drun # exec-once = $terminal # exec-once = nm-applet & exec-once = waybar +exec-once = wl-paste --watch cliphist store ############################# @@ -220,13 +221,14 @@ device { $mainMod = SUPER # Sets "Windows" key as main modifier bind = $mainMod SHIFT, S, exec, hyprshot -m region -o ~/Pictures/Screenshots +bind = $mainMod, V, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl-copy # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, T, exec, $terminal bind = $mainMod, Q, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager -bind = $mainMod, V, togglefloating, +bind = $mainMod SHIFT, V, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle