diff options
author | Karel Kočí <cynerd@email.cz> | 2016-11-04 18:52:12 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-11-04 18:52:12 +0100 |
commit | 9c3e35b61321c8f8a8b6b63cf532a2cd14f3a09b (patch) | |
tree | e6e5d8a77c7e88f47c088dc7fc830c8ba43884f0 | |
parent | ad77f0539f654bf3eb7fafb4776355a3a3ffd6d7 (diff) | |
download | myconfigs-9c3e35b61321c8f8a8b6b63cf532a2cd14f3a09b.tar.gz myconfigs-9c3e35b61321c8f8a8b6b63cf532a2cd14f3a09b.tar.bz2 myconfigs-9c3e35b61321c8f8a8b6b63cf532a2cd14f3a09b.zip |
Disable beeping
-rw-r--r-- | xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ xrdb -merge -I$HOME ~/.Xresources setxkbmap -option caps:escape setxkbmap -option compose:menu numlockx +xset -b # disable beeping export QT_STYLE_OVERRIDE='gtk2' export STEAM_RUNTIME=0 |