Browse Source

Update .xinitrc

master
Marten Kante 1 year ago
committed by GitHub
parent
commit
3c5ce119f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .xinitrc

+ 1
- 0
.xinitrc

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

Loading…
Cancel
Save