From 1e38cda801d91f39ffe0eeb9808afb32f300098d Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 1 Nov 2021 13:59:03 -0600 Subject: Add more DMenu integration & Add ability to change the spacing with Mod+Shift+[]. --- startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startup') diff --git a/startup b/startup index a7cd604..bb43beb 100755 --- a/startup +++ b/startup @@ -18,7 +18,7 @@ hostname_photon() { # Startup commands specific to my desktop. if [ ! -z "$(ps aux | grep compton | grep -v grep)" ] ; then - nohup compton --backend glx & > /dev/null + nohup compton --backend xrender & > /dev/null fi xrandr --output DVI-I-1 --right-of DP-5 --mode 2560x1440 feh --bg-scale "/home/rahm/.xmonad/wallpaper.jpg" -- cgit