mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-11-04 06:21:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			380 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			380 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
xset r rate 300 50 &	# Speed xrate up
 | 
						|
unclutter &		# Remove mouse when idle
 | 
						|
dunst &			# dunst for notifications
 | 
						|
redshift &		# redshift for saving your eyes
 | 
						|
$STATUSBAR & # for refreshing the statusbar
 | 
						|
xcompmgr & # compositor for transparency
 | 
						|
nextcloud & # for my cloud
 | 
						|
sxhkd & # for shortcuts
 | 
						|
easyeffects --gapplication-service & # load noise suppression for microphone
 |