mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-10-30 03:51:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			213 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			213 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| setbg &		# Set the background
 | |
| sxhkd &	# Bind keys
 | |
| xset r rate 300 50 &	# Speed xrate up
 | |
| unclutter &		# Remove mouse when idle
 | |
| xcompmgr &		# xcompmgr for transparency
 | |
| dunst &			# dunst for notifications
 |