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