Disable graphic start from .zprofile temporarily
This commit is contained in:
		
							parent
							
								
									0ff85399df
								
							
						
					
					
						commit
						8ab4eb4344
					
				
					 2 changed files with 6 additions and 12 deletions
				
			
		|  | @ -79,10 +79,6 @@ _autostart_run_xorg () { | ||||||
| 
 | 
 | ||||||
| 	numlockx on | 	numlockx on | ||||||
| 
 | 
 | ||||||
| 	#setxkbmap de |  | ||||||
| 	#setxkbmap -option caps:none |  | ||||||
| 	#setxkbmap -option compose:menu |  | ||||||
| 
 |  | ||||||
| 	xrdb "$HOME/.Xresources" | 	xrdb "$HOME/.Xresources" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | @ -94,8 +90,6 @@ _autostart_run_xorg () { | ||||||
| 		pass x | 		pass x | ||||||
| 		(pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & | 		(pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & | ||||||
| 	fi | 	fi | ||||||
| 	#keepass-unlock |  | ||||||
| 	#pass x && sleep 5 |  | ||||||
| 
 | 
 | ||||||
| 	autoinstall graphical | 	autoinstall graphical | ||||||
| 	autostart-manage run | 	autostart-manage run | ||||||
|  |  | ||||||
							
								
								
									
										12
									
								
								.zprofile
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								.zprofile
									
										
									
									
									
								
							|  | @ -3,11 +3,11 @@ | ||||||
| 
 | 
 | ||||||
| if [ -x "$(command -v gpgconf)" ] | if [ -x "$(command -v gpgconf)" ] | ||||||
| then | then | ||||||
|     ssh_sock=$(gpgconf --list-dirs agent-ssh-socket) | 	ssh_sock=$(gpgconf --list-dirs agent-ssh-socket) | ||||||
|     export SSH_AUTH_SOCK="$ssh_sock" | 	export SSH_AUTH_SOCK="$ssh_sock" | ||||||
|     gpgconf --launch gpg-agent >/dev/null | 	gpgconf --launch gpg-agent >/dev/null | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 3 ]; then | #if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 3 ]; then | ||||||
|     exec $AUTOSTART_DISPLAY | #	exec $AUTOSTART_DISPLAY | ||||||
| fi | #fi | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue