diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-03 20:17:56 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-03 20:17:56 +0100 |
commit | bc4c1cce6d7cf8f34c5b779a451e36faa4fc75fc (patch) | |
tree | f2b78885070bb4fa0e87c9a665207753ae7a6cd9 /xprofile | |
parent | f81e53eef54afb381650cd1037717430bacbb69e (diff) |
No one wants a terminal beep
Diffstat (limited to 'xprofile')
-rw-r--r-- | xprofile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ xrdb ~/.Xresources sh -c "sleep 5; xmodmap ~/.xmodmap" & +# fuck the beep +xset b off + setxkbmap us & # xsetroot -solid gray |