switch to ibus
This commit is contained in:
		@@ -23,10 +23,10 @@ export MSBuildSDKsPath="/usr/share/dotnet/sdk/`dotnet --version`/Sdks/"
 | 
				
			|||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
 | 
					export DOTNET_CLI_TELEMETRY_OPTOUT=1
 | 
				
			||||||
export PATH="/home/default/.dotnet/tools:$PATH"
 | 
					export PATH="/home/default/.dotnet/tools:$PATH"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# fcitx
 | 
					# ime
 | 
				
			||||||
export GTK_IM_MODULE=fcitx
 | 
					export GTK_IM_MODULE=ibus
 | 
				
			||||||
export QT_IM_MODULE=fcitx
 | 
					export QT_IM_MODULE=ibus
 | 
				
			||||||
export XMODIFIERS="@im=fcitx"
 | 
					export XMODIFIERS=@im=ibus
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# aliases
 | 
					# aliases
 | 
				
			||||||
alias v=nvim
 | 
					alias v=nvim
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -60,8 +60,8 @@ bindsym Ctrl+Alt+l exec "playerctl -a pause; \
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### input configuration
 | 
					### input configuration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# fcitx
 | 
					# ibus
 | 
				
			||||||
exec --no-startup-id fcitx -d
 | 
					exec --no-startup-id ibus-daemon -drxR
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### key bindings
 | 
					### key bindings
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								home/default/.xprofile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								home/default/.xprofile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					export GTK_IM_MODULE=ibus
 | 
				
			||||||
 | 
					export XMODIFIERS=@im=ibus
 | 
				
			||||||
 | 
					export QT_IM_MODULE=ibus
 | 
				
			||||||
@@ -37,7 +37,7 @@ please let me know if i've forgotten one!
 | 
				
			|||||||
- playerctl (music controller)
 | 
					- playerctl (music controller)
 | 
				
			||||||
- materia-dark (gtk theme)
 | 
					- materia-dark (gtk theme)
 | 
				
			||||||
- papirus-dark (icon theme)
 | 
					- papirus-dark (icon theme)
 | 
				
			||||||
- fctix (intl. keyboard input)
 | 
					- ibus (intl. keyboard input)
 | 
				
			||||||
- grim (screenshots on wayland)
 | 
					- grim (screenshots on wayland)
 | 
				
			||||||
- wf-recorder (screen recorder on wayland)
 | 
					- wf-recorder (screen recorder on wayland)
 | 
				
			||||||
- slurp (to select region in wayland)
 | 
					- slurp (to select region in wayland)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user