Change options to xset
This commit is contained in:
parent
61eb761980
commit
d378ca7656
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue