From db86d480d7b996541008bb24ab22c93a311ce997 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 8 Oct 2020 18:00:26 +0200 Subject: [PATCH] Vim stuff --- picom/picom.conf | 2 +- polybar/config | 4 +++- vimrc | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/picom/picom.conf b/picom/picom.conf index 6b487ff..18d4490 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -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 diff --git a/polybar/config b/polybar/config index 19135ce..a1dc9e6 100644 --- a/polybar/config +++ b/polybar/config @@ -25,7 +25,9 @@ fixed-center = true wm-restack = i3 #width = 80% -height = 22 +height = 24 + +#bottom = true #offset-x = 10% #offset-y = 5 diff --git a/vimrc b/vimrc index 57ca9d5..1ea60dd 100644 --- a/vimrc +++ b/vimrc @@ -52,6 +52,8 @@ call plug#end() nmap :NERDTreeToggle " CTRL + F to enter goyo mode nmap :Goyo x100% +" Replace +vnoremap "hy:%s/h//gc " Theme set t_Co=256