Use a local Xresources override in IceWM
This commit is contained in:
parent
f8368cd17f
commit
d373848a35
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue