From d373848a35fd99997650c4759aecb241375b995b Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 22 Apr 2024 15:37:51 +0100 Subject: [PATCH] Use a local Xresources override in IceWM --- roles/home-gui/files/icewm/startup | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/home-gui/files/icewm/startup b/roles/home-gui/files/icewm/startup index 385439c..94879f3 100755 --- a/roles/home-gui/files/icewm/startup +++ b/roles/home-gui/files/icewm/startup @@ -2,6 +2,10 @@ xset b off # Disable the audible bell. xrandr --dpi 96 # Set the fonts to the normal DPI. xrdb -load "$HOME/.Xresources" +if test -r $HOME/.Xresources.local +then + xrdb -override $HOME/.Xresources.local +fi if [ -x /usr/local/bin/picom ] then