From d378ca76562ee97589c5c37c45a57163ea379240 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 6 Sep 2023 12:12:47 +0100 Subject: [PATCH] Change options to xset --- roles/home-gui/files/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-gui/files/xinitrc b/roles/home-gui/files/xinitrc index fade496..c9f9fda 100755 --- a/roles/home-gui/files/xinitrc +++ b/roles/home-gui/files/xinitrc @@ -1,6 +1,6 @@ #!/bin/sh . "$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. xrdb -load "$HOME/.Xresources" exec icewm-session