Minor updates
This commit is contained in:
@@ -41,6 +41,7 @@ bspc rule -a Arandr state=floating
|
|||||||
bspc rule -a Bar layer=above
|
bspc rule -a Bar layer=above
|
||||||
bspc rule -a feh state=floating
|
bspc rule -a feh state=floating
|
||||||
bspc rule -a firefox:Places state=floating
|
bspc rule -a firefox:Places state=floating
|
||||||
|
bspc rule -a Inferno state=floating
|
||||||
bspc rule -a Lxappearance state=floating
|
bspc rule -a Lxappearance state=floating
|
||||||
bspc rule -a mpv state=floating center=on
|
bspc rule -a mpv state=floating center=on
|
||||||
bspc rule -a Pavucontrol state=floating
|
bspc rule -a Pavucontrol state=floating
|
||||||
|
|||||||
@@ -6,6 +6,5 @@ https://github.com/scrooloose/nerdcommenter.git
|
|||||||
https://github.com/lervag/vimtex.git
|
https://github.com/lervag/vimtex.git
|
||||||
https://github.com/jalvesaq/Nvim-R.git
|
https://github.com/jalvesaq/Nvim-R.git
|
||||||
https://github.com/vim-scripts/Smart-Tabs.git
|
https://github.com/vim-scripts/Smart-Tabs.git
|
||||||
https://github.com/jeaye/color_coded.git
|
|
||||||
opt:
|
opt:
|
||||||
https://github.com/kristijanhusak/vim-hybrid-material.git
|
https://github.com/kristijanhusak/vim-hybrid-material.git
|
||||||
|
|||||||
@@ -64,10 +64,6 @@ set nowrap
|
|||||||
|
|
||||||
"" Plugin configuration
|
"" Plugin configuration
|
||||||
|
|
||||||
" color_coded, libclang-based syntax highlighting
|
|
||||||
let g:color_coded_enabled = 1
|
|
||||||
let g:color_coded_filetypes = ['c', 'cpp']
|
|
||||||
|
|
||||||
" lightline.vim
|
" lightline.vim
|
||||||
let g:lightline = {}
|
let g:lightline = {}
|
||||||
let g:lightline.colorscheme = 'Tomorrow_Night_Bright'
|
let g:lightline.colorscheme = 'Tomorrow_Night_Bright'
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ thunar --daemon &
|
|||||||
sxhkd "$XDG_CONFIG_HOME/sxhkd/$WM" &
|
sxhkd "$XDG_CONFIG_HOME/sxhkd/$WM" &
|
||||||
xss-lock -- "$HOME"/.scripts/wm/lock.sh &
|
xss-lock -- "$HOME"/.scripts/wm/lock.sh &
|
||||||
|
|
||||||
exec $WM
|
exec "$WM"
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ export RANDFILE="$XDG_CACHE_HOME/rnd"
|
|||||||
# Panel
|
# Panel
|
||||||
export PANEL_HEIGHT=38
|
export PANEL_HEIGHT=38
|
||||||
export PANEL_NAME="polybar_panel"
|
export PANEL_NAME="polybar_panel"
|
||||||
export PANEL_PIPE="/tmp/lemonbar_pipe"
|
|
||||||
|
|
||||||
# Qt5
|
# Qt5
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ user_pref("widget.content.gtk-theme-override", "Arc");
|
|||||||
|
|
||||||
// Disable tracking
|
// Disable tracking
|
||||||
user_pref("privacy.resistFingerprinting", true);
|
user_pref("privacy.resistFingerprinting", true);
|
||||||
user_pref("privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts", false);
|
user_pref("privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts", true);
|
||||||
user_pref("geo.enabled", false);
|
user_pref("geo.enabled", false);
|
||||||
// https://spyware.neocities.org/guides/firefox.html
|
// https://spyware.neocities.org/guides/firefox.html
|
||||||
user_pref("network.connectivity-service.enabled", false);
|
user_pref("network.connectivity-service.enabled", false);
|
||||||
|
|||||||
Reference in New Issue
Block a user