You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
2 years ago
|
# This file is sourced by Xsession(5), not executed.
|
||
|
|
||
|
# If xhost (from x11-xserver-utils) is installed, use it to give access
|
||
|
# to the X server to any process from the same user on the local host.
|
||
|
# Unlike other uses of xhost, this is safe since the kernel can check
|
||
|
# the actual owner of the calling process.
|
||
|
|
||
|
if type xhost >/dev/null 2>&1; then
|
||
|
xhost +si:localuser:$(id -un) || :
|
||
|
fi
|