Remove depricated option from compton config
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
backend = "glx";
|
backend = "glx";
|
||||||
vsync = "opengl-swc";
|
vsync = "opengl-swc";
|
||||||
|
|
||||||
glx-copy-from-front = true;
|
#glx-copy-from-front = true;
|
||||||
glx-swap-method = 2;
|
glx-swap-method = 2;
|
||||||
xrender-sync = true;
|
xrender-sync = true;
|
||||||
xrender-sync-fence = true;
|
xrender-sync-fence = true;
|
||||||
|
|||||||
@@ -263,7 +263,7 @@ for_window [class="Firefox"] border none
|
|||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
# composite manager
|
# composite manager
|
||||||
exec --no-startup-id compton -b ~/.config/compton.conf
|
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
||||||
|
|
||||||
# terminal daemon
|
# terminal daemon
|
||||||
#exec --no-startup-id urxvtd -q -f -o
|
#exec --no-startup-id urxvtd -q -f -o
|
||||||
|
|||||||
Reference in New Issue
Block a user