commit b0045088a80ac5e687fbd783dc146ac0e8a2206b
parent 977fe5da1c32ca5467d5bccd0881c1c601a8995b
Author: Andrew Laack <andrew@laack.co>
Date: Wed, 22 Apr 2026 10:27:43 -0500
Updated input rc stuff to fix bind warning messages
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/bashrc b/bashrc
@@ -172,7 +172,11 @@ export LYNX_CFG=/home/andrew/.config/lynx/lynx.cfg
#alias abd="/home/andrew/bin/attach-abduco.sh"
alias a="/home/andrew/bin/abduco.sh"
-bind -f ~/.inputrc
+# fixes bind message
+if [[ $- == *i* ]]; then
+ bind -f ~/.inputrc
+fi
+
source ~/gitRepos/keys/secrets.txt > /dev/null 2>&1
# fuck this
diff --git a/pavucontrol.ini b/pavucontrol.ini
@@ -1,6 +1,6 @@
[window]
-width=1532
-height=472
+width=1150
+height=366
sinkInputType=1
sourceOutputType=1
sinkType=1