added .xprofile for pipewire on gentoo; updates

This commit is contained in:
2023-03-29 14:56:00 +02:00
parent e88bca1023
commit 7a2d8666e7
4 changed files with 7 additions and 6 deletions

View File

@ -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