1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 04:57:45 +01:00

Update .xinitrc

This commit is contained in:
Marten Kante 2019-10-01 20:12:09 +02:00 committed by GitHub
parent 33888510dd
commit 3c5ce119f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
#!/bin/sh
#adding ressources
[ -f "$HOME/.xprofile" ] && . "$HOME/.xprofile"
[ -f "$HOME/.Xdefaults" ] && xrdb -merge "$HOME/.Xdefaults"
[ -f "$HOME/.Xpcspec" ] && xrdb -merge "$HOME/.Xpcspec"