mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 02:47:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			587 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			587 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This is supposed to be ~/.pam_environment
 | 
						|
# See also https://mikaela.info/locale
 | 
						|
 | 
						|
# Default language & everything: en_GB.UTF-8
 | 
						|
LANG            DEFAULT=en_GB.UTF-8
 | 
						|
# The primary language & fallbacks (this file is unhappy with only $LANG
 | 
						|
# in my test).
 | 
						|
LANGUAGE        DEFAULT=en_GB.UTF-8:en_US.UTF-8:en
 | 
						|
# ISO 8601
 | 
						|
LC_TIME         DEFAULT=en_DK.UTF-8
 | 
						|
# € not £
 | 
						|
LC_MONETARY     DEFAULT=fi_FI.UTF-8
 | 
						|
# no Mx, just the name
 | 
						|
LC_NAME         DEFAULT=fi_FI.UTF-8
 | 
						|
# +358...
 | 
						|
LC_TELEPHONE    DEFAULT=fi_FI.UTF-8
 | 
						|
 | 
						|
# fcitx input method
 | 
						|
GTK_IM_MODULE=fcitx
 | 
						|
QT_IM_MODULE=fcitx
 | 
						|
XMODIFIERS=@im=fcitx
 |