From 3fc7f0d6e4825409ed14de4fb3434fd2088ceb08 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 26 Jan 2020 00:03:51 -0800 Subject: [PATCH] removed glx backend from compton command, old one is still there but depp'd --- dwm-launcher.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dwm-launcher.sh b/dwm-launcher.sh index ff67d68..34fca74 100755 --- a/dwm-launcher.sh +++ b/dwm-launcher.sh @@ -4,7 +4,8 @@ set -x eval `ssh-agent` -compton --backend glx --xrender-sync --xrender-sync-fence -b +#compton --backend glx --xrender-sync --xrender-sync-fence -b +compton --xrender-sync --xrender-sync-fence -b bright 50 # custom brightness script feh --randomize --bg-fill ~/Pictures/Papes/* &