diff options
Diffstat (limited to 'startup')
| -rwxr-xr-x | startup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |