Add xinitrc

This commit is contained in:
Anthony Perkins 2023-09-06 11:37:27 +01:00
parent 93fa4f7d3c
commit 61eb761980
2 changed files with 6 additions and 7 deletions

6
roles/home-gui/files/xinitrc Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
. "$HOME/.profile"
xset -b # Disable the audible bell.
xrandr --dpi 96 # Set the fonts to the normal DPI.
xrdb -load "$HOME/.Xresources"
exec icewm-session

View file

@ -1,7 +0,0 @@
PATH=/usr/bin:/bin:/usr/X11R7/bin:/usr/pkg/bin
XDG_DATA_HOME=$HOME/.local/share
XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/pkg/share
xrdb -merge ~/.Xresources
xset b off
setxkbmap us
exec /usr/pkg/bin/startxfce4