mirror of
				https://github.com/Stunkymonkey/dotfiles.git
				synced 2025-10-30 18:02:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			448 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			448 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # firefox
 | |
| MOZ_ENABLE_WAYLAND=1
 | |
| MOZ_USE_XINPUT2=1
 | |
| 
 | |
| # clutter
 | |
| CLUTTER_BACKEND=wayland
 | |
| 
 | |
| # Enable QT apps to have gtk theme
 | |
| QT_QPA_PLATFORMTHEME=qt5ct
 | |
| 
 | |
| # Force wayland on qt apps
 | |
| QT_QPA_PLATFORM=wayland
 | |
| QT_WAYLAND_FORCE_DPI=96  
 | |
| QT_WAYLAND_DISABLE_WINDOWDECORATION=1
 | |
| 
 | |
| # libre office
 | |
| SAL_USE_VCLPLUGIN=gtk3
 | |
| 
 | |
| # sdl2
 | |
| SDL_VIDEODRIVER=wayland
 | |
| 
 | |
| # xdg-desktop-portal-wlr
 | |
| XDG_CURRENT_DESKTOP=sway
 | |
| XDG_SESSION_TYPE=wayland
 | |
| 
 | |
| # java
 | |
| _JAVA_AWT_WM_NONREPARENTING=1
 | 
