From 8a186fd7fd371cd7156d4b77f89446d945567546 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 16 Apr 2020 21:26:32 +0200 Subject: [PATCH] minor tweaks to configuration since the gtk update it is safe to re-enable MOZ_ENABLE_WAYLAND in startw, modified vimrc and added some plugins to micro --- .gitignore | 1 + conf/config/micro/buffers/history | Bin 151 -> 0 bytes conf/config/micro/settings.json | 7 +++++++ conf/home/vim/.netrwhist | 12 ------------ conf/home/vimrc | 23 ++++++++++++----------- startw | 2 +- 6 files changed, 21 insertions(+), 24 deletions(-) delete mode 100644 conf/config/micro/buffers/history delete mode 100644 conf/home/vim/.netrwhist diff --git a/.gitignore b/.gitignore index c6eb047..49cd511 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ err-* conf/home/vim/plugged/** conf/home/vim/.netrwhist conf/config/micro/buffers/** +conf/config/micro/plug/** diff --git a/conf/config/micro/buffers/history b/conf/config/micro/buffers/history deleted file mode 100644 index 3435f57b3044335369bfb48bb618012f0f2d0d8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 151 zcmd=8-^{|u^uL9Hk%#er69WU!|3)StzX`}^V5kI&Gqd;?q~r :NERDTreeToggle - -" Start nerdtree when no file is specified -" autocmd StdinReadPre * let s:std_in=1 -" autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif -" autocmd VimEnter * if argc() == 1 && isdirectory(argv()[0]) && !exists("s:std_in") | exe 'NERDTree' argv()[0] | wincmd p | ene | exe 'cd '.argv()[0] | endif diff --git a/startw b/startw index 21d9da3..23f7a77 100755 --- a/startw +++ b/startw @@ -67,7 +67,7 @@ done # Enable wayland native support export _JAVA_AWT_WM_NONREPARENTING=1 # Breaks gtk dialog box as of 10-04-2020 -# export MOZ_ENABLE_WAYLAND=1 +export MOZ_ENABLE_WAYLAND=1 export MOZ_WEBRENDER=1 export SDL_VIDEODRIVER=wayland export QT_QPA_PLATFORM=wayland-egl