diff options
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 |
