summaryrefslogtreecommitdiff
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
parent27c84f222d62cffc9ba40504cef36ac3b6b04503 (diff)
Updated scripts and bindsHEADmaster
-rwxr-xr-xneovim/.config/nvim/confs/generic.vim2
-rw-r--r--newsboat/.config/newsboat/urls2
-rwxr-xr-xshell/.config/shell/env3
3 files changed, 4 insertions, 3 deletions
diff --git a/neovim/.config/nvim/confs/generic.vim b/neovim/.config/nvim/confs/generic.vim
index 3553198..fa7547e 100755
--- a/neovim/.config/nvim/confs/generic.vim
+++ b/neovim/.config/nvim/confs/generic.vim
@@ -12,7 +12,7 @@ set inccommand=split
set incsearch
set wildmode=longest,list,full
set relativenumber
-" set termguicolors
+set termguicolors
set complete=.,w,b,u,t
set completeopt=menu,menuone,noselect
set laststatus=1
diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls
index 3c35047..cd25d0f 100644
--- a/newsboat/.config/newsboat/urls
+++ b/newsboat/.config/newsboat/urls
@@ -1,7 +1,7 @@
"🐡 OS"
https://www.archlinux.org/feeds/news/ "~Arch"
https://artixlinux.org/feed.php "~Artix"
-https://www.debian.org/News/news "~Debian"
+https://micronews.debian.org/feeds/atom.xml "~Debian"
https://e.foundation/feed/ "~E Foundation"
https://www.gentoo.org/feeds/news.xml "~Gentoo"
https://www.lineageos.org/feed.xml "~LineageOS"
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