workstation/roles/home-gui/files/xinitrc

6 lines
171 B
Bash
Executable file

#!/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"
exec icewm-session