From 2164e462c07e13286406f96abefe67b67464d0aa Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Wed, 16 Jul 2025 19:38:47 +0300 Subject: [PATCH] fix: clip history with walker --- modules/home/workspace/wayland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/workspace/wayland/hyprland.nix b/modules/home/workspace/wayland/hyprland.nix index 18fca28..da2f05c 100644 --- a/modules/home/workspace/wayland/hyprland.nix +++ b/modules/home/workspace/wayland/hyprland.nix @@ -185,7 +185,7 @@ in "$mod,x,togglesplit," "$mod,c,changegroupactive,b" "$mod,v,changegroupactive,f" - "$mod,V,exec,cliphist list | ${apps.dmenu.desktop} -d -k -t 's' | cliphist decode | wl-copy" + "$mod,V,exec,cliphist list | head -n50 | ${apps.dmenu.desktop} -d -k -t 's' | cliphist decode | wl-copy" "$mod,1,workspace,1" "$mod,2,workspace,2"