Update, add clipboard, xfce/i3 mix
This commit is contained in:
parent
7a8b2450a6
commit
cbcee601ac
6 changed files with 31 additions and 15 deletions
8
.xinitrc
8
.xinitrc
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
export PATH=$HOME/bin:$PATH
|
||||
xfsettingsd &
|
||||
xrdb -merge .Xdefaults &
|
||||
|
||||
#gnome-settings-daemon &
|
||||
|
|
@ -16,14 +17,13 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue