fixed xinitrc not being integrated into dotfiles
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||||
#exec openbox-session
|
|
||||||
conky | while read -r; do xsetroot -name "$REPLY"; done &
|
|
||||||
redshift &
|
redshift &
|
||||||
#pulseaudio --start &
|
|
||||||
start-pulseaudio-x11
|
start-pulseaudio-x11
|
||||||
google-musicmanager &
|
google-musicmanager &
|
||||||
unclutter -noevents &
|
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