Use a local Xresources override in IceWM

This commit is contained in:
Anthony Rose 2024-04-22 15:37:51 +01:00
parent f8368cd17f
commit d373848a35

View file

@ -2,6 +2,10 @@
xset b off # Disable the audible bell. xset b off # Disable the audible bell.
xrandr --dpi 96 # Set the fonts to the normal DPI. xrandr --dpi 96 # Set the fonts to the normal DPI.
xrdb -load "$HOME/.Xresources" xrdb -load "$HOME/.Xresources"
if test -r $HOME/.Xresources.local
then
xrdb -override $HOME/.Xresources.local
fi
if [ -x /usr/local/bin/picom ] if [ -x /usr/local/bin/picom ]
then then