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