Move most of .xinitrc into .icewm/startup
This commit is contained in:
parent
7f3df3c654
commit
bb99d41290
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue