workstation/roles/home-gui/files/xinitrc

7 lines
171 B
Text
Raw Normal View History

2023-09-06 10:37:27 +00:00
#!/bin/sh
. "$HOME/.profile"
2023-09-06 11:12:47 +00:00
xset b off # Disable the audible bell.
2023-09-06 10:37:27 +00:00
xrandr --dpi 96 # Set the fonts to the normal DPI.
xrdb -load "$HOME/.Xresources"
exec icewm-session