diff --git a/xinitrc b/xinitrc new file mode 100755 index 0000000..641463a --- /dev/null +++ b/xinitrc @@ -0,0 +1,11 @@ +# wallpaper +feh --bg-scale ~/Downloads/wallpaper.jpg & + +# status bar +~/statusbar.sh & + +# terminal alpha +xcompmgr -c & + +# dwm +exec /usr/local/bin/dwm