From 9da567f19ffc8155f04290ebc489fbe6b3611df4 Mon Sep 17 00:00:00 2001 From: jon Date: Thu, 23 Jun 2022 08:17:29 -0500 Subject: [PATCH] Turn off terminal bell, increase rxvt scrollback --- bash/.bashrc | 4 ++-- x/.Xresources | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 24158e9..56a6e3e 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -31,7 +31,7 @@ alias s='sudo' alias df='sudo df -hT -x tmpfs -x devtmpfs' alias rsync='rsync --progress' -bind 'set completion-ignore-case on' +#bind 'set completion-ignore-case on' set bell-style none ## function and alias for short find @@ -174,4 +174,4 @@ ex() { } # turn off incredibly annoying bell -xset b off +#xset b off diff --git a/x/.Xresources b/x/.Xresources index f107bd2..78a799b 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -20,6 +20,9 @@ URxvt*internalBorder: 20 ! URxvt.blurRadius: 25 URxvt*.termName: rxvt-unicode-256color +! set scrollback for rxvt +URxvt.saveLines: 100000 + ! special *.foreground: #c5c8c6 *.background: #222222