diff options
author | Kay Sievers <kay@vrfy.org> | 2015-01-09 21:23:48 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-01-09 21:39:31 +0100 |
commit | 1401ec2d34bcde406ced531a72dc46ebaf332594 (patch) | |
tree | d8b5af3521521de780f09af874c60ae4c1c8b725 /xorg/50-systemd-user.sh | |
parent | fa607802f332e06f4044c3eb38dbea41076c803d (diff) |
push xorg information to the systemd --user instance
Diffstat (limited to 'xorg/50-systemd-user.sh')
-rwxr-xr-x | xorg/50-systemd-user.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg/50-systemd-user.sh b/xorg/50-systemd-user.sh new file mode 100755 index 0000000000..f4df13b619 --- /dev/null +++ b/xorg/50-systemd-user.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +systemctl --user import-environment DISPLAY XAUTHORITY |