Xprofile aufgeräumt
This commit is contained in:
parent
042dbb3dd8
commit
b9e9f370ce
2 changed files with 17 additions and 19 deletions
|
@ -1,6 +1,22 @@
|
||||||
#!/bin/bash
|
#!/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 &
|
thunderbird &
|
||||||
psi-plus &
|
psi-plus &
|
||||||
urxvt -name "Weechat" -e "weechat" &
|
urxvt -name "Weechat" -e "weechat" &
|
||||||
|
) ) &
|
||||||
|
|
18
xprofile
18
xprofile
|
@ -2,12 +2,9 @@
|
||||||
|
|
||||||
export QT_STYLE_OVERRIDE=gtk
|
export QT_STYLE_OVERRIDE=gtk
|
||||||
|
|
||||||
# trap "jobs -p | awk '{print \$3}' | xargs kill" SIGHUP SIGINT SIGTERM
|
|
||||||
|
|
||||||
xset s noblank
|
xset s noblank
|
||||||
xset s off
|
xset s off
|
||||||
xset -dpms
|
xset -dpms
|
||||||
#xss-lock -- ~/.config/scripts/lock.sh &
|
|
||||||
|
|
||||||
setxkbmap de -variant nodeadkeys
|
setxkbmap de -variant nodeadkeys
|
||||||
|
|
||||||
|
@ -19,18 +16,3 @@ xsetroot -cursor_name left_ptr &
|
||||||
#rm -f /tmp/bspwm*
|
#rm -f /tmp/bspwm*
|
||||||
|
|
||||||
~/.config/scripts/prepare_monitors.sh
|
~/.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 &
|
|
||||||
|
|
Loading…
Reference in a new issue