Use xfsettingsd
This commit is contained in:
parent
924ec15b2a
commit
7a8b2450a6
5 changed files with 10 additions and 6 deletions
8
.xinitrc
8
.xinitrc
|
|
@ -16,13 +16,14 @@ synclient PalmDetect=1
|
|||
# Running a really minimal arch system? This helps:
|
||||
|
||||
/usr/lib/xfce4/notifyd/xfce4-notifyd &
|
||||
xfsettingsd &
|
||||
pulseaudio --start &
|
||||
blueman-applet &
|
||||
#wicd-gtk --tray &
|
||||
|
||||
if [ -f ~/.xrandrrc ]; then
|
||||
~/.xrandrrc
|
||||
fi
|
||||
#if [ -f ~/.xrandrrc ]; then
|
||||
#~/.xrandrrc
|
||||
#fi
|
||||
|
||||
~/.fehbg &
|
||||
if command -v compton &>/dev/null; then
|
||||
|
|
@ -30,4 +31,5 @@ if command -v compton &>/dev/null; then
|
|||
fi
|
||||
#exec awesome
|
||||
exec i3
|
||||
#exec startxfce4
|
||||
#exec dbus-launch --sh-syntax --exit-with-session i3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue