From cc918267bc036731eaec3be09817ef68823dd828 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 9 Jun 2020 09:39:26 +0200 Subject: [PATCH] Removed bell --- dotfiles/profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/profile b/dotfiles/profile index b37f322..7c8acb5 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -21,6 +21,10 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi +if [ -n "$DISPLAY" ]; then + xset b off +fi + export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR:-/run/user/$(id -u)}/openssh_agent" setxkbmap -option compose:rctrl