diff options
| Commit | 617237fe7dd45e38fb5220cd06d3f2fa0ef61a99 (patch ) | |
|---|---|---|
| Author | Syndamia <kamen@syndamia.com> | 2023-07-17 10:55:59 +0300 |
| Committer | Syndamia <kamen@syndamia.com> | 2023-07-17 10:55:59 +0300 |
| Files | 45d9e4b6128e741f97bf07754bdf1430e14aba84 /.a/sys/on-wm-session.sh | |
| dotfiles-617237fe7dd45e38fb5220cd06d3f2fa0ef61a99.tar dotfiles-617237fe7dd45e38fb5220cd06d3f2fa0ef61a99.tar.gz dotfiles-617237fe7dd45e38fb5220cd06d3f2fa0ef61a99.zip | ||
| Parent | f5cc935a4988211967a8117800558c76f82e4779 (diff) | |
[on-wm-session] ~/.tmp folder is now being cleared
1 files changed, 1 insertions, 0 deletions
| -rwxr-xr-x | .a/sys/on-wm-session.sh | 1 |
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 |
