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