From e5957d849d6465080d9637789e9266e6e420aed0 Mon Sep 17 00:00:00 2001 From: "SilverAg.L" Date: Sun, 14 Dec 2025 15:08:53 +0800 Subject: [PATCH] partial revert 93b10d80 - no need cliphist - unable to put the trash bin into `/tmp`. --- .config/niri/config.kdl | 2 +- .zprofile | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index a9cdc99..94c98fc 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -177,7 +177,7 @@ include "config.window.kdl" include "config.keyboard.kdl" // spawn-at-startup "waybar" -spawn-sh-at-startup "wl-paste --watch cliphist store" +// spawn-sh-at-startup "wl-paste --watch cliphist store" spawn-at-startup "swww-daemon" spawn-at-startup "swww-daemon" "--namespace" "blur" spawn-at-startup "xwayland-satellite" diff --git a/.zprofile b/.zprofile index 20f9736..444a44f 100644 --- a/.zprofile +++ b/.zprofile @@ -1,8 +1,6 @@ # init at each startup -mkdir -p /tmp/$USER/cliphist -mkdir -p /tmp/$USER/Trash +mkdir -p /tmp/$USER #ln -sf /tmp/$USER $HOME/.tmp -#ln -sf /tmp/$USER/Trash $HOME/.local/share/Trash # avoid dumplicate env appending. # [[ -f /run/user/$UID/.zshlogon ]] && return