From b56cdccb116e0a5db4db1da5325f1f6fb605e651 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 6 Jan 2022 15:41:50 -0500 Subject: [PATCH 1/2] Moved java env var to profile instead of bashrc --- bashrc | 4 ---- profile | 4 +++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bashrc b/bashrc index 0b41391..4210c94 100644 --- a/bashrc +++ b/bashrc @@ -8,16 +8,12 @@ alias ls='ls --color=auto' PS1='[\u@\h \W]\$ ' -# make Java behave when not using a DE -export _JAVA_AWT_WM_NONREPARENTING=1 - alias nv=nvim alias rr="/usr/bin/kitty --class Ranger --name Ranger /usr/bin/ranger & disown" alias kssh="/usr/bin/kitty +kitten ssh" neofetch - # BEGIN_KITTY_SHELL_INTEGRATION if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi # END_KITTY_SHELL_INTEGRATION diff --git a/profile b/profile index 7ff959b..f186147 100644 --- a/profile +++ b/profile @@ -1,2 +1,4 @@ +# make Java behave when not using a DE +export _JAVA_AWT_WM_NONREPARENTING=1 +# add .local/bin to $PATH export PATH="$HOME/.local/bin:$PATH" -export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH" From 1dfc5b54f1afa09d715a511fd864e6d688ad3f11 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 6 Jan 2022 15:43:40 -0500 Subject: [PATCH 2/2] Disable audio bell --- config/kitty/kitty.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 35bce6c..753857a 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -2,6 +2,7 @@ font_family Hack font_size 12 cursor_shape block shell_integration no-cursor +enable_audio_bell no #background_opacity 0.9 window_padding_width 20 #background #202020