Removed bell
This commit is contained in:
parent
0907166fff
commit
cc918267bc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue