From 565f941aad483bac7a5d1c708f548971404a40a1 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Fri, 15 May 2026 21:18:54 +0200 Subject: [PATCH] cliphist: clear at power up --- modules/home-manager/hyprland.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index e35b0f2..a8bccd4 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -206,8 +206,10 @@ in { "blueman-applet" # systray app for Bluetooth "udiskie --no-automount --smart-tray" # front-end that allows to manage removable media "nm-applet --indicator" # systray app for Network/wifi - "wl-paste --type text --watch cliphist store" # clipboard store text data - "wl-paste --type image --watch cliphist store" # clipboard store image data + #setups clipboard + "rm -rf ~/.cache/cliphist/ && wl-paste --type text --watch cliphist store & wl-paste --type image --watch cliphist store" + #"wl-paste --type text --watch cliphist store" # clipboard store text data + #"wl-paste --type image --watch cliphist store" # clipboard store image data "custom-batterynotify" "custom-batterywarning" "birdtray" # thunderbird tray app