From d18bcf15eeda7bc070dbb806aaa5288b11dd6e98 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 31 May 2020 18:25:59 -0500 Subject: [PATCH] Add xsetroot support --- firestarter | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firestarter b/firestarter index 6c416ca..201e49c 100755 --- a/firestarter +++ b/firestarter @@ -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"