diff options
author | Julian T <julian@jtle.dk> | 2021-02-25 13:57:24 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-02-25 13:57:24 +0100 |
commit | e2e843955110e9332215ec65be20d45431a002bc (patch) | |
tree | 66de43553b1fac7844a7e75cad01cdcf0991d04e /xinit/Scripts | |
parent | e5db995945c867e7933c331524641c6a873a6cd7 (diff) |
Use the correct script in i3 and mozilla vaapi
Diffstat (limited to 'xinit/Scripts')
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index 64a595a..369dd0a 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -2,6 +2,9 @@ set -e +# Disable beeping +xset b off + setxkbmap -layout us -variant altgr-intl xmodmap .Xmodmap |