summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2024-07-17 03:00:06 +0100
committerRafael Marçalo <raroma09@gmail.com>2024-07-17 03:00:06 +0100
commitf49b6858499978ca3facc62c9905e20c205d99ea (patch)
tree15d255233837c777a7344422faea73f367d77ca2 /shell
parent27c84f222d62cffc9ba40504cef36ac3b6b04503 (diff)
Updated scripts and bindsHEADmaster
Diffstat (limited to 'shell')
-rwxr-xr-xshell/.config/shell/env3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/.config/shell/env b/shell/.config/shell/env
index 0d40ec8..5730456 100755
--- a/shell/.config/shell/env
+++ b/shell/.config/shell/env
@@ -7,7 +7,7 @@ export KERNEL=$(uname)
# Default programs
export EDITOR="nvim"
export TERMINAL="st"
-export BROWSER="surf"
+export BROWSER="firefox"
export READER="zathura"
export FILE="vifmrun"
export NEWS="newsboat"
@@ -30,6 +30,7 @@ export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
export FFMPEG_DATADIR="$XDG_CONFIG_HOME"/ffmpeg
# Programming related
+export _JAVA_AWT_WM_NONREPARENTING=1
export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
export JAVA_HOME=/usr/lib/jvm/default
export JDK_HOME=/usr/lib/jvm/default