From 617237fe7dd45e38fb5220cd06d3f2fa0ef61a99 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 17 Jul 2023 10:55:59 +0300 Subject: [on-wm-session] ~/.tmp folder is now being cleared --- .a/sys/on-wm-session.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.a/sys') diff --git a/.a/sys/on-wm-session.sh b/.a/sys/on-wm-session.sh index 38ac47a..5c8447a 100755 --- a/.a/sys/on-wm-session.sh +++ b/.a/sys/on-wm-session.sh @@ -7,6 +7,7 @@ device="desktop" # lead & # hot corners, this is MageJohn's fork: https://github.com/MageJohn/lead xcape -e 'Super_L=Super_L|P' & # used for the "windows" menu sleep 1 && /usr/libexec/polkit-gnome-authentication-agent-1 & +rm -rf ~/.tmp/* dunst & # notification daemon lxpolkit & # polkit -- cgit v1.2.3