picom backend from config-file
This commit is contained in:
parent
d1173e3c48
commit
b21404e35d
|
|
@ -51,7 +51,7 @@ exec --no-startup-id ~/.config/wpg/wp_init.sh
|
|||
#Clipster
|
||||
exec --no-startup-id clipster -d
|
||||
#Picom
|
||||
exec --no-startup-id picom -bc --experimental-backends --backend glx --config /home/hate/.config/picom.conf
|
||||
exec --no-startup-id picom -bc --config /home/hate/.config/picom.conf
|
||||
#Gnome privileges
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
#Launch Polybar where appropriate:
|
||||
|
|
@ -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 -bc --experimental-backends --backend glx --config /home/hate/.config/picom.conf
|
||||
bindsym $mod+Ctrl+b exec --no-startup-id picom -bc --config /home/hate/.config/picom.conf
|
||||
|
||||
|
||||
###---Basic Bindings---###
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ detect-rounded-corners = true;
|
|||
detect-client-opacity = true;
|
||||
# use-ewmh-active-win = true;
|
||||
|
||||
#backend = "glx"
|
||||
backend = "glx"
|
||||
|
||||
###############
|
||||
### SHADOWS ###
|
||||
|
|
|
|||
Loading…
Reference in New Issue