diff options
| author | Josh Rahm <rahm@google.com> | 2021-11-01 13:59:03 -0600 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2021-11-01 13:59:03 -0600 |
| commit | 1e38cda801d91f39ffe0eeb9808afb32f300098d (patch) | |
| tree | 00164bc14e3af6eaadab2309b5e9918a578e0bae /startup | |
| parent | a9b95646b8581e8b0afd4eec99f960d9f42b9c38 (diff) | |
| download | rde-1e38cda801d91f39ffe0eeb9808afb32f300098d.tar.gz rde-1e38cda801d91f39ffe0eeb9808afb32f300098d.tar.bz2 rde-1e38cda801d91f39ffe0eeb9808afb32f300098d.zip | |
Add more DMenu integration & Add ability to change the spacing with Mod+Shift+[].
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" |