xd
This commit is contained in:
parent
bafecaf3ce
commit
832bc4135a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ for i in ${MONITORS} ; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
BACKGROUND="$(grep hsetroot .config/X11/xinitrc | sed 's/ \&$//')"
|
BACKGROUND="$(grep 'hsetroot' ~/.config/X11/xinitrc | sed 's/ \&$//')"
|
||||||
[ "${BACKGROUND}" ] && eval "${BACKGROUND}"
|
[ "${BACKGROUND}" ] && eval "${BACKGROUND}"
|
||||||
CMD="xrandr --auto && ${CMD} ${UNSET}"
|
CMD="xrandr --auto && ${CMD} ${UNSET}"
|
||||||
[ "${CMD}" ] && eval "${CMD}"
|
[ "${CMD}" ] && eval "${CMD}"
|
||||||
|
|
Loading…
Reference in a new issue