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