aboutsummaryrefslogtreecommitdiff
path: root/startup
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-11-01 13:59:03 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:45 -0600
commit8475c103767344bd9c6a47052794cc14675d24cd (patch)
tree00164bc14e3af6eaadab2309b5e9918a578e0bae /startup
parent3cd8f412028b78a8a2624e0d184213781cb2218e (diff)
downloadrde-8475c103767344bd9c6a47052794cc14675d24cd.tar.gz
rde-8475c103767344bd9c6a47052794cc14675d24cd.tar.bz2
rde-8475c103767344bd9c6a47052794cc14675d24cd.zip
Add more DMenu integration & Add ability to change the spacing with Mod+Shift+[].
Diffstat (limited to 'startup')
-rwxr-xr-xstartup2
1 files changed, 1 insertions, 1 deletions
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"