From f0150001508a879582191c094946096aefc6d48c Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 9 Jul 2020 23:25:19 +0200 Subject: [PATCH] Minor updates --- .config/bspwm/bspwmrc | 1 + .config/vim/pack/list | 1 - .config/vim/vimrc | 4 ---- .config/xorg/xinitrc | 2 +- .config/zsh/.zprofile | 1 - .mozilla/firefox/rick.profile/user.js | 2 +- 6 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index c571ce6..1065f8b 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -41,6 +41,7 @@ bspc rule -a Arandr state=floating bspc rule -a Bar layer=above bspc rule -a feh state=floating bspc rule -a firefox:Places state=floating +bspc rule -a Inferno state=floating bspc rule -a Lxappearance state=floating bspc rule -a mpv state=floating center=on bspc rule -a Pavucontrol state=floating diff --git a/.config/vim/pack/list b/.config/vim/pack/list index 44faa07..ad57322 100644 --- a/.config/vim/pack/list +++ b/.config/vim/pack/list @@ -6,6 +6,5 @@ https://github.com/scrooloose/nerdcommenter.git https://github.com/lervag/vimtex.git https://github.com/jalvesaq/Nvim-R.git https://github.com/vim-scripts/Smart-Tabs.git -https://github.com/jeaye/color_coded.git opt: https://github.com/kristijanhusak/vim-hybrid-material.git diff --git a/.config/vim/vimrc b/.config/vim/vimrc index f9bffe4..107e00d 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -64,10 +64,6 @@ set nowrap "" Plugin configuration -" color_coded, libclang-based syntax highlighting -let g:color_coded_enabled = 1 -let g:color_coded_filetypes = ['c', 'cpp'] - " lightline.vim let g:lightline = {} let g:lightline.colorscheme = 'Tomorrow_Night_Bright' diff --git a/.config/xorg/xinitrc b/.config/xorg/xinitrc index 81d79dd..84327fa 100644 --- a/.config/xorg/xinitrc +++ b/.config/xorg/xinitrc @@ -29,4 +29,4 @@ thunar --daemon & sxhkd "$XDG_CONFIG_HOME/sxhkd/$WM" & xss-lock -- "$HOME"/.scripts/wm/lock.sh & -exec $WM +exec "$WM" diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index d071d6c..488a6c1 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -49,7 +49,6 @@ export RANDFILE="$XDG_CACHE_HOME/rnd" # Panel export PANEL_HEIGHT=38 export PANEL_NAME="polybar_panel" -export PANEL_PIPE="/tmp/lemonbar_pipe" # Qt5 export QT_AUTO_SCREEN_SCALE_FACTOR=0 diff --git a/.mozilla/firefox/rick.profile/user.js b/.mozilla/firefox/rick.profile/user.js index e7bc24f..0c16e2b 100644 --- a/.mozilla/firefox/rick.profile/user.js +++ b/.mozilla/firefox/rick.profile/user.js @@ -31,7 +31,7 @@ user_pref("widget.content.gtk-theme-override", "Arc"); // Disable tracking user_pref("privacy.resistFingerprinting", true); -user_pref("privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts", false); +user_pref("privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts", true); user_pref("geo.enabled", false); // https://spyware.neocities.org/guides/firefox.html user_pref("network.connectivity-service.enabled", false);