You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							322 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							322 B
						
					
					
				#!/bin/bash
 | 
						|
 | 
						|
nm-applet --sm-disable &
 | 
						|
dropbox start &
 | 
						|
owncloud&
 | 
						|
lxpolkit &
 | 
						|
 | 
						|
pidof pa-applet
 | 
						|
if [ $? -eq 1 ] ; then
 | 
						|
	pa-applet &
 | 
						|
fi
 | 
						|
 | 
						|
start-pulseaudio-x11 &
 | 
						|
pamac-tray &
 | 
						|
xfce4-clipman &
 | 
						|
gnome-keyring-daemon --start --daemonize --components=pkcs11,secrets,ssh,gpg &
 | 
						|
xset r rate 400 30
 | 
						|
sleep 2 && xmodmap ~/.i3/speedswapper &
 |