From 96564b4c98c44200e0f134824fde31a6243166a5 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Mon, 23 Mar 2020 00:22:11 +0200 Subject: [PATCH] picom changes --- .config/i3/config | 2 +- .config/picom.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 2e1e8ce..f78e6a6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -101,7 +101,7 @@ bindsym $mod+Shift+e scratchpad show #Composite manager: bindsym $mod+b exec --no-startup-id pkill picom -bindsym $mod+Ctrl+b exec --no-startup-id picom -b --experimental-backends --config /home/hate/.config/picom.conf +bindsym $mod+Ctrl+b exec --no-startup-id sleep 10 && picom -bc --experimental-backends --config /home/hate/.config/picom.conf ###---Basic Bindings---### diff --git a/.config/picom.conf b/.config/picom.conf index 2ba15da..3706b42 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -24,8 +24,8 @@ shadow = true; #no-dnd-shadow = true; #no-dock-shadow = true; shadow-radius = 7; -shadow-offset-x = -7; -shadow-offset-y = -7; +shadow-offset-x = -3; +shadow-offset-y = -3; shadow-opacity = 0.5; # shadow-red = 0.0; # shadow-green = 0.0;