diff options
Diffstat (limited to 'xcheckrestart')
-rwxr-xr-x | xcheckrestart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xcheckrestart b/xcheckrestart index a5d220e..fe45c15 100755 --- a/xcheckrestart +++ b/xcheckrestart @@ -9,6 +9,8 @@ for f in /proc/[0-9]*; do grep -v -e /SYSV \ -e /.cache/fontconfig \ -e /var/cache/fontconfig \ + -e /dev/shm \ + -e /home \ -e 'drm mm object' | sort -u ) if [ "$LIBS" ]; then |