picom backend from config-file

This commit is contained in:
Harri Lahtinen 2020-03-27 14:20:38 +02:00
parent d1173e3c48
commit b21404e35d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -15,7 +15,7 @@ detect-rounded-corners = true;
detect-client-opacity = true;
# use-ewmh-active-win = true;
#backend = "glx"
backend = "glx"
###############
### SHADOWS ###