workstation/roles/home-gui/files/xinitrc
Anthony Perkins 61eb761980 Add xinitrc
2023-09-06 11:37:27 +01:00

6 lines
168 B
Bash
Executable file

#!/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