1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

general updates

This commit is contained in:
tiynger
2019-09-11 12:11:37 +02:00
parent b7afbd8232
commit 002321c6bf
6 changed files with 37 additions and 140 deletions

View File

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