Browse Source

Minor updates

master
Riyyi 4 years ago
parent
commit
f015000150
  1. 1
      .config/bspwm/bspwmrc
  2. 1
      .config/vim/pack/list
  3. 4
      .config/vim/vimrc
  4. 2
      .config/xorg/xinitrc
  5. 1
      .config/zsh/.zprofile
  6. 2
      .mozilla/firefox/rick.profile/user.js

1
.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

1
.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

4
.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'

2
.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"

1
.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

2
.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);

Loading…
Cancel
Save