picom changes
This commit is contained in:
parent
f1b083ce85
commit
96564b4c98
|
|
@ -101,7 +101,7 @@ bindsym $mod+Shift+e scratchpad show
|
||||||
|
|
||||||
#Composite manager:
|
#Composite manager:
|
||||||
bindsym $mod+b exec --no-startup-id pkill picom
|
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---###
|
###---Basic Bindings---###
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@ shadow = true;
|
||||||
#no-dnd-shadow = true;
|
#no-dnd-shadow = true;
|
||||||
#no-dock-shadow = true;
|
#no-dock-shadow = true;
|
||||||
shadow-radius = 7;
|
shadow-radius = 7;
|
||||||
shadow-offset-x = -7;
|
shadow-offset-x = -3;
|
||||||
shadow-offset-y = -7;
|
shadow-offset-y = -3;
|
||||||
shadow-opacity = 0.5;
|
shadow-opacity = 0.5;
|
||||||
# shadow-red = 0.0;
|
# shadow-red = 0.0;
|
||||||
# shadow-green = 0.0;
|
# shadow-green = 0.0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue