.xinitrc updated
This commit is contained in:
		
							
								
								
									
										7
									
								
								.xinitrc
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								.xinitrc
									
									
									
									
									
								
							@@ -1,8 +1,8 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[ "$(xrandr --listmonitors)" == *"HDMI2"* ]] && /home/fr/.screenlayout/home.sh
 | 
					[[ "$(xrandr --listmonitors)" == *"HDMI2"* ]] && $HOME/.screenlayout/home.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
feh --bg-center "/home/fr/Pictures/bg.png" &
 | 
					feh --bg-center "$HOME/Pictures/bg.png" &
 | 
				
			||||||
 | 
					
 | 
				
			||||||
xautolock -locker slock -detectsleep -secure -time 10 &
 | 
					xautolock -locker slock -detectsleep -secure -time 10 &
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -11,10 +11,11 @@ pipewire-pulse &
 | 
				
			|||||||
dwmblocks &
 | 
					dwmblocks &
 | 
				
			||||||
 | 
					
 | 
				
			||||||
while true; do
 | 
					while true; do
 | 
				
			||||||
	/home/fr/.scripts/batterycheck
 | 
						$HOME/.scripts/batterycheck
 | 
				
			||||||
	sleep 30
 | 
						sleep 30
 | 
				
			||||||
done &
 | 
					done &
 | 
				
			||||||
 | 
					
 | 
				
			||||||
while true; do
 | 
					while true; do
 | 
				
			||||||
	dwm
 | 
						dwm
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user