Xprofile aufgeräumt

This commit is contained in:
madmaurice 2015-06-13 12:34:08 +02:00
parent 042dbb3dd8
commit b9e9f370ce
2 changed files with 17 additions and 19 deletions

View file

@ -1,6 +1,22 @@
#!/bin/bash
# Some UI stuff
nitrogen --restore
~/.config/scripts/bar.sh &
# Battery observer
~/.config/scripts/batteryobserver.sh &
# Composition manager
compton &
# Automounting
thunder --daemon &
udsikie -2 -N &
# Autostart programs
( sleep 3; (
thunderbird &
psi-plus &
urxvt -name "Weechat" -e "weechat" &
) ) &

View file

@ -2,12 +2,9 @@
export QT_STYLE_OVERRIDE=gtk
# trap "jobs -p | awk '{print \$3}' | xargs kill" SIGHUP SIGINT SIGTERM
xset s noblank
xset s off
xset -dpms
#xss-lock -- ~/.config/scripts/lock.sh &
setxkbmap de -variant nodeadkeys
@ -19,18 +16,3 @@ xsetroot -cursor_name left_ptr &
#rm -f /tmp/bspwm*
~/.config/scripts/prepare_monitors.sh
#feh --bg-scale ~/.config/wallpaper
nitrogen --restore &
#Autostart
#thunderbird &
#psi-plus &
.config/scripts/bar.sh &
.config/scripts/batteryobserver.sh &
#conky -c ~/.config/conky/barrc &
#~/.config/scripts/panel dzen2 &
#sxhkd -c ~/.config/sxhkd/sxhkdrc &
xcompmgr &
thunder --daemon &
udiskie -2 -N &