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.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							305 B
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							305 B
						
					
					
				#
 | 
						|
# ~/.xprofile
 | 
						|
#
 | 
						|
# sourced by /etc/lxdm/Xsession
 | 
						|
#
 | 
						|
 | 
						|
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
 | 
						|
    eval "$(dbus-launch --sh-syntax --exit-with-session)"
 | 
						|
fi
 | 
						|
 | 
						|
# Environment variables
 | 
						|
#
 | 
						|
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
 | 
						|
 | 
						|
xrandr --output DVI-0 --auto --left-of HDMI-0
 |