Source systemd user script on startx

This commit is contained in:
Pavle Portic 2020-07-27 16:23:36 +02:00
parent 2f06faaa9d
commit f557d35728
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
/usr/bin/prime-offload &
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
@ -11,6 +13,8 @@ if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap" &
fi
source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
xset fp rehash &
xset dpms 30000 30000 30000 &
xset s 30000 30000 &