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