12 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| systemctl --user import-environment DISPLAY
 | |
| poweralertd -s &
 | |
| set-background &
 | |
| systemctl --user start dwm-status &
 | |
| 
 | |
| sxhkd &
 | |
| 
 | |
| export GPG_TTY=$(tty)
 | |
| export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
 | |
| gpg-connect-agent updatestartuptty /bye
 | |
| 
 | |
| exec dwm
 |