From deae18c293a5148562e8b3a3041c04f4874c73db Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:48:05 +1100 Subject: [PATCH] execs: auto empty trash --- hyprland/execs.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyprland/execs.conf b/hyprland/execs.conf index 99e5952..a017f08 100644 --- a/hyprland/execs.conf +++ b/hyprland/execs.conf @@ -9,6 +9,9 @@ exec-once = uwsm app -- caelestia shell exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store +# Auto delete trash 30 days old +exec-once = trash-empty 30 + # Cursors exec-once = hyprctl setcursor sweet-cursors 24 exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'sweet-cursors'