Add xsetroot support

This commit is contained in:
Salt 2020-05-31 18:25:59 -05:00
parent 74f477ab6d
commit d18bcf15ee

View File

@ -403,6 +403,11 @@ step_preexecute() {
warn "Failed to load .Xresources"
fi
fi
# xsetroot
if has xsetroot; then
log "Setting root window properties"
xsetroot -cursor_name left_ptr
fi
# xset
if has xset; then
log "Disabling bell"