diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-01 01:16:55 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-01 01:16:55 -0400 |
commit | 6bab6a4abb8eec01d06f0edfbb159978fda53365 (patch) | |
tree | 369497fa90e94526f5faaddb4f62111a5ad56251 | |
parent | a4a4626e7d47d7cd08679701dc436533c4459756 (diff) | |
download | configs-6bab6a4abb8eec01d06f0edfbb159978fda53365.tar.gz configs-6bab6a4abb8eec01d06f0edfbb159978fda53365.tar.xz configs-6bab6a4abb8eec01d06f0edfbb159978fda53365.zip |
[rc/x] disable bell
It's especially obnoxious through headphones.
Diffstat (limited to '')
-rw-r--r-- | rc.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3508,6 +3508,8 @@ contrary, it's automatically sourced by LightDM, my display manager of choice. #+begin_src sh +xset -b # disable bell + # setxkbmap -option compose:ralt setxkbmap -option ctrl:nocaps # turn capslock into control |