Add xsetroot support
This commit is contained in:
parent
74f477ab6d
commit
d18bcf15ee
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user