Remove unused commands from xinitrc

This commit is contained in:
Pavle Portic 2020-06-15 21:31:49 +02:00
parent 7a00574798
commit 5b6491141b
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 6 additions and 10 deletions

View File

@ -8,18 +8,14 @@ if [ -f "$userresources" ]; then
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
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
xhost +localhost
xhost +calcium
xhost +neon
xbindkeys
xset fp rehash &
xset dpms 30000 30000 30000 &
xset s 30000 30000 &
xcape -e 'Control_L=Escape' &
xbindkeys &
sh $HOME/.fehbg &
dunst &