From 91c03b7751980d315e0c313193e9c167257e50cb Mon Sep 17 00:00:00 2001 From: smayzy Date: Wed, 22 Apr 2026 16:33:05 +0200 Subject: [PATCH] add clipboard history --- dotfiles/hypr-lap/binds.conf | 3 +++ dotfiles/hypr-lap/hyprland.conf | 2 ++ 2 files changed, 5 insertions(+) diff --git a/dotfiles/hypr-lap/binds.conf b/dotfiles/hypr-lap/binds.conf index bf2ae43..3b5abe7 100644 --- a/dotfiles/hypr-lap/binds.conf +++ b/dotfiles/hypr-lap/binds.conf @@ -26,6 +26,9 @@ bind = $mainMod, F, fullscreen bind = $mainMod, T, togglefloating bind = , XF86Calculator, exec, $calc +# Clipboard history +bind = $mainMod, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy + # Change Wallpaper bind = $mainMod SHIFT, W, exec, echo trigger > /tmp/wallpaper-trigger diff --git a/dotfiles/hypr-lap/hyprland.conf b/dotfiles/hypr-lap/hyprland.conf index f75c40b..f7016f3 100644 --- a/dotfiles/hypr-lap/hyprland.conf +++ b/dotfiles/hypr-lap/hyprland.conf @@ -33,6 +33,8 @@ exec = killall waybar && waybar exec-once = mako exec-once = systemctl --user start hyprpolkitagent exec-once = [workspace 10 silent] thunderbird +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store #############################