update
This commit is contained in:
parent
0e2d581a42
commit
e44bf09895
1
.bashrc
1
.bashrc
@ -243,6 +243,5 @@ export LANGUAGE=en_US.UTF-8
|
|||||||
# exec startx
|
# exec startx
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
export $(dbus-launch)
|
|
||||||
bash /home/fr/bara.sh
|
bash /home/fr/bara.sh
|
||||||
|
|
||||||
|
2
.xinitrc
2
.xinitrc
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# Make sure this is before the 'exec' command or it won't be sourced.
|
# Make sure this is before the 'exec' command or it won't be sourced.
|
||||||
# [ -f /etc/xprofile ] && . /etc/xprofile
|
# [ -f /etc/xprofile ] && . /etc/xprofile
|
||||||
|
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||||
#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||||
|
|
||||||
@ -14,7 +15,6 @@ dbus-run-session pipewire &
|
|||||||
pipewire-pulse &
|
pipewire-pulse &
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
|
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
dbus-launch --sh-syntax --exit-with-session dwm
|
dbus-launch --sh-syntax --exit-with-session dwm
|
||||||
#exec dwm
|
#exec dwm
|
||||||
|
Loading…
Reference in New Issue
Block a user