Advertisement
Guest User

.xinitrc

a guest
Mar 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if [ -d /etc/X11/xinit/xinitrc.d ]; then
  2. for f in /etc/X11/xinit/xinitrc.d/*; do
  3. [ -x "$f" ] && . "$f"
  4. done
  5. unset f
  6. fi
  7.  
  8. [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
  9. xrdb ~/.Xresources
  10. exec i3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement