added .xprofile for pipewire on gentoo; updates
This commit is contained in:
8
.xinitrc
8
.xinitrc
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Make sure this is before the 'exec' command or it won't be sourced.
|
||||
# [ -f /etc/xprofile ] && . /etc/xprofile
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
feh --bg-center "$HOME/Pictures/bg.png" &
|
||||
@ -8,13 +11,8 @@ feh --bg-center "$HOME/Pictures/bg.png" &
|
||||
|
||||
#pipewire &
|
||||
#pipewire-pulse &
|
||||
#gentoo-pipewire-launcher &
|
||||
dwmblocks &
|
||||
|
||||
#while true; do
|
||||
# $HOME/.scripts/batterycheck
|
||||
# sleep 30
|
||||
#done &
|
||||
|
||||
while true; do
|
||||
exec dbus-launch --sh-syntax --exit-with-session dwm
|
||||
|
Reference in New Issue
Block a user