mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 12:38:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			463 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			463 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
#
 | 
						|
# {{@@ env['dotdrop_warning'] @@}}
 | 
						|
#
 | 
						|
 | 
						|
# User Xdefaults
 | 
						|
#if [ -f $HOME/.Xdefaults ]; then
 | 
						|
#	xrdb -merge -I$HOME ~/.Xresources
 | 
						|
#fi
 | 
						|
 | 
						|
# Start gnome keyring daemon
 | 
						|
eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets)
 | 
						|
export $(gnome-keyring-daemon --start --components=pkcs11,secrets,gpg)
 | 
						|
# Tells dbus to add DISPLAY to its own environment variables
 | 
						|
dbus-update-activation-environment --systemd DISPLAY
 | 
						|
# load Xresources
 | 
						|
exec bspwm
 |