From 4b9fe5ae5c39ef11809ea5e660ab5acafce2ea55 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 25 Feb 2020 17:09:54 -0700 Subject: Change compton to now use glx backend and paint-on-overlay --- startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup b/startup index f44bd4b..3fdd16f 100755 --- a/startup +++ b/startup @@ -18,7 +18,7 @@ if [ ! -z "$(ps aux | grep compton | grep -v grep)" ] ; then killall compton fi -nohup compton & > /dev/null +nohup compton --backend glx --paint-on-overlay & > /dev/null # Set the cursor to not be a big X xsetroot -cursor_name left_ptr -- cgit