PHP 8.5.2
Preview: Xreset Size: 709 B
//etc/X11/Xreset

#!/bin/sh
#
# /etc/X11/Xreset
#
# global Xreset file -- for use by display managers

# $Id: Xsession 967 2005-12-27 07:20:55Z dnusinow $

set -e

PROGNAME=Xreset
SYSSESSIONDIR=/etc/X11/Xreset.d

if [ ! -d "$SYSSESSIONDIR" ]; then
  # Nothing to do, exiting
  exit 0
fi

# use run-parts to source every file in the session directory; we source
# instead of executing so that the variables and functions defined above
# are available to the scripts, and so that they can pass variables to each
# other
SESSIONFILES=$(run-parts --list $SYSSESSIONDIR)
if [ -n "$SESSIONFILES" ]; then
  set +e
  for SESSIONFILE in $SESSIONFILES; do
    . $SESSIONFILE
  done
  set -e
fi

exit 0

# vim:set ai et sts=2 sw=2 tw=80:

Directory Contents

Dirs: 6 × Files: 4

Name Size Perms Modified Actions
fonts DIR
- drwxr-xr-x 2026-01-23 09:03:39
Edit Download
xkb DIR
- drwxr-xr-x 2024-04-12 22:16:02
Edit Download
- drwxr-xr-x 2024-04-08 16:23:20
Edit Download
Xreset.d DIR
- drwxr-xr-x 2026-01-23 09:04:18
Edit Download
- drwxr-xr-x 2026-01-23 09:04:18
Edit Download
- drwxr-xr-x 2026-01-23 09:04:18
Edit Download
16.99 KB lrw-r--r-- 2020-10-09 08:13:51
Edit Download
709 B lrwxr-xr-x 2020-10-09 08:13:51
Edit Download
4.04 KB lrwxr-xr-x 2021-10-19 09:04:11
Edit Download
265 B lrw-r--r-- 2020-10-09 08:13:51
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).