picom changes

This commit is contained in:
Harri Lahtinen 2020-03-23 00:22:11 +02:00
parent f1b083ce85
commit 96564b4c98
2 changed files with 3 additions and 3 deletions

View File

@ -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---###

View File

@ -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;