fixed xinitrc not being integrated into dotfiles
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||
#exec openbox-session
|
||||
conky | while read -r; do xsetroot -name "$REPLY"; done &
|
||||
redshift &
|
||||
#pulseaudio --start &
|
||||
start-pulseaudio-x11
|
||||
google-musicmanager &
|
||||
unclutter -noevents &
|
||||
exec dbus-launch --exit-with-session --sh-syntax dwm
|
||||
exec dbus-launch --exit-with-session --sh-syntax $HOME/bin/dwm-start
|
||||
|
||||
Reference in New Issue
Block a user