X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=x11%2Fsetup.sh;h=7dbbce23a9b1800a78a0a982ed6fd21c48dfe77d;hp=a93d357ec98934b346283c3558fd2385f7738517;hb=648c24133ae448cae0ccaf8a85a1b18cb5652887;hpb=416ce61606a742ea16b9e121b2e279416375860a diff --git a/x11/setup.sh b/x11/setup.sh index a93d357..7dbbce2 100755 --- a/x11/setup.sh +++ b/x11/setup.sh @@ -59,12 +59,10 @@ if installed X; then sed_i 's/^!NO_COMPTON //' Xresources fi - if test ! "x`os`" = xdarwin; then - link xinitrc ~/.xinitrc - # Most display managers use ~/.xsession instead of ~/.xinitrc (which - # is used by e.g. startx). Provide both links. - link xinitrc ~/.xsession - fi + link xinitrc ~/.xinitrc + # Most display managers use ~/.xsession instead of ~/.xinitrc (which + # is used by e.g. startx). Provide both links. + link xinitrc ~/.xsession if test -f xinitrc.local; then link xinitrc.local ~/.xinitrc.local fi