update
This commit is contained in:
2
.xinitrc
2
.xinitrc
@ -2,6 +2,7 @@
|
||||
|
||||
# Make sure this is before the 'exec' command or it won't be sourced.
|
||||
# [ -f /etc/xprofile ] && . /etc/xprofile
|
||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
@ -14,7 +15,6 @@ dbus-run-session pipewire &
|
||||
pipewire-pulse &
|
||||
dwmblocks &
|
||||
|
||||
|
||||
while true; do
|
||||
dbus-launch --sh-syntax --exit-with-session dwm
|
||||
#exec dwm
|
||||
|
Reference in New Issue
Block a user