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