diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-04-27 15:58:31 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-04-27 15:58:31 +0200 |
commit | aaf5d32b0688d1064d46bf7a74775a3ab1aa8830 (patch) | |
tree | 94d8f0c67a3c13e0dc35bfb52db4e7d41090c03a | |
parent | 4310673c9c8009abc26e21894f0c8be4e31ff20c (diff) | |
download | dotfiles-aaf5d32b0688d1064d46bf7a74775a3ab1aa8830.tar.gz dotfiles-aaf5d32b0688d1064d46bf7a74775a3ab1aa8830.tar.xz |
screenrc, Xdefaults: Change visual bell settings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .Xdefaults | 2 | ||||
-rw-r--r-- | .screenrc | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,8 @@ URxvt*background: rgba:0000/0000/0000/eeee URxvt*tintColor: #141414 URxvt.termName: rxvt-256color URxvt.lineSpace: 2 +URxvt.visualBell: false +URxvt.urgentOnBell: false !-------------------- ! Overall Settings @@ -4,6 +4,9 @@ # Author: Florian "Bluewind" Pritz <f-p@gmx.at> #---------------------------------------------------- +vbell off +vbellwait 2 + #-------------------- # Statusline by heartcore <http://heartcore.mcx2.org> #-------------------- |