summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.xinitrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 0e71ef2..f4cb3c7 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -10,12 +10,14 @@ done &
export _JAVA_AWT_WM_NONREPARENTING=1
-compton --config /dev/null -bfD3 --xrender-sync-fence
+compton --config /dev/null -bfD3 --backend xrender --xrender-sync-fence
wmname LG3D
unclutter --fork
numlockx
xset dpms 0 0 0
xset s off
-~/.fehbg
+
+[ -f ~/.fehbg ] && sh ~/.fehbg || feh --no-fehbg --bg-fill "$HOME/rice/wallpaper.jpg"
+[ -f ~/.xinitrc.local ] && sh ~/.xinitrc.local
exec dwm