Move most of .xinitrc into .icewm/startup

This commit is contained in:
Anthony Rose 2023-09-12 18:53:13 +01:00
parent 7f3df3c654
commit bb99d41290
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,11 @@
#!/bin/sh
xset b off # Disable the audible bell.
xrandr --dpi 96 # Set the fonts to the normal DPI.
xrdb -load "$HOME/.Xresources"
if [ -x /usr/local/bin/picom ]
then
/usr/local/bin/picom -b
fi
if [ -x /usr/local/bin/hsetroot ]
then
sleep 1

View file

@ -1,10 +1,3 @@
#!/bin/sh
. "$HOME/.profile"
xset b off # Disable the audible bell.
xrandr --dpi 96 # Set the fonts to the normal DPI.
xrdb -load "$HOME/.Xresources"
if [ -x /usr/local/bin/picom ]
then
/usr/local/bin/picom -b
fi
exec icewm-session