lightmode
E. Almqvist 4 years ago
parent 140421ec65
commit db86d480d7
  1. 2
      picom/picom.conf
  2. 4
      polybar/config
  3. 2
      vimrc

@ -141,7 +141,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Parameters for background blurring, see the *BLUR* section for more information.
blur-method = "dual_kawase";
blur-strength = 8;
blur-strength = 5;
# blur-size = 2;
#
# blur-deviation = false

@ -25,7 +25,9 @@ fixed-center = true
wm-restack = i3
#width = 80%
height = 22
height = 24
#bottom = true
#offset-x = 10%
#offset-y = 5

@ -52,6 +52,8 @@ call plug#end()
nmap <silent> <C-D> :NERDTreeToggle<CR>
" CTRL + F to enter goyo mode
nmap <silent> <C-F> :Goyo x100%<CR>
" Replace
vnoremap <C-r> "hy:%s/<C-r>h//gc<left><left><left>
" Theme
set t_Co=256

Loading…
Cancel
Save