Minor updates

This commit is contained in:
Riyyi
2020-07-09 23:25:19 +02:00
parent 0433496338
commit f015000150
6 changed files with 3 additions and 8 deletions
+1
View File
@@ -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
-1
View File
@@ -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
-4
View File
@@ -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'
+1 -1
View File
@@ -29,4 +29,4 @@ thunar --daemon &
sxhkd "$XDG_CONFIG_HOME/sxhkd/$WM" &
xss-lock -- "$HOME"/.scripts/wm/lock.sh &
exec $WM
exec "$WM"
-1
View File
@@ -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
+1 -1
View File
@@ -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);