From 6727c91889e0dd1189b0df396cf3ce4832989044 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 9 Mar 2026 14:44:13 +0000 Subject: [PATCH] feat: add cliphist clipboard manager integration --- .config/hypr/hyprland.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2caffaa..1aab659 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -46,6 +46,8 @@ $menu = rofi -show drun exec-once = waybar & nm-applet exec-once = protonmail-bridge --no-window exec-once = protonvpn-app +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store ############################# ### ENVIRONMENT VARIABLES ### @@ -237,6 +239,10 @@ bind = $mainMod SHIFT, b, exec, brave --incognito bind = $mainMod, m, exec, thunderbird bind = $mainMod, v, exec, protonvpn-app +# Clipboard history +bind = $mainMod, period, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy +bind = $mainMod SHIFT, period, exec, cliphist wipe + # Lock screen bind = $mainMod, c, exec, hyprlock