added tldr alias; fix pipewire
This commit is contained in:
		
							
								
								
									
										14
									
								
								.xinitrc
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								.xinitrc
									
									
									
									
									
								
							@@ -1,10 +1,11 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# 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 /etc/xprofile ] && . /etc/xprofile
 | 
			
		||||
[ -f ~/.xprofile ] && . ~/.xprofile
 | 
			
		||||
#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
 | 
			
		||||
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
 | 
			
		||||
 | 
			
		||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
 | 
			
		||||
 | 
			
		||||
feh --bg-center "$HOME/Pictures/bg.png" &
 | 
			
		||||
 | 
			
		||||
@@ -13,10 +14,9 @@ xautolock -locker slock -secure -time 5 &
 | 
			
		||||
#pipewire &
 | 
			
		||||
dbus-run-session pipewire &
 | 
			
		||||
pipewire-pulse &
 | 
			
		||||
wireplumber &
 | 
			
		||||
 | 
			
		||||
dwmblocks &
 | 
			
		||||
 | 
			
		||||
while true; do
 | 
			
		||||
	dbus-launch --sh-syntax --exit-with-session dwm
 | 
			
		||||
	#exec dwm
 | 
			
		||||
done
 | 
			
		||||
dbus-launch --sh-syntax --exit-with-session dwm
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user