Change options to xset

This commit is contained in:
Anthony Rose 2023-09-06 12:12:47 +01:00
parent 61eb761980
commit d378ca7656

View file

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