#!/bin/sh # # ~/.xinitrc # #makes Font useable xset +fp /usr/share/fonts/local xset fp rehash #Starts rxct-unicode daemon for much better Performance urxvtd -f & #Set Wallpaer (if is wished) feh --no-fehbg --bg-scale /home/danny/bilder/Wallpaper/linux.jpg #Set Cursor theme xsetroot -cursor_name left_ptr & #Hide the Mouse-Cursor unclutter -idle 1 & #Adds a conky to Statusbar #conky -c /home/danny/.conkyrc.2 | while read -r; do xsetroot -name "$REPLY"; done & #sh /home/danny/.bin/sh/dzen.sh & #Starts dwm with log file #while true; do # dwm 2> ~/.dwm.log #done #Execute this for monsterwm && dzen exec bash /home/danny/.bin/sh/monsterbar.sh #Starts dwm without log file #exec dwm