14 lines
		
	
	
	
		
			318 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			318 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| cd ~
 | |
| 
 | |
| export _JAVA_AWT_WM_NONREPARENTING=1
 | |
| export XCURSOR_SIZE=24
 | |
| export LIBVA_DRIVER_NAME=nvidia
 | |
| export XDG_SESSION_TYPE=wayland
 | |
| export XDG_CURRENT_DESKTOP=sway
 | |
| export GBM_BACKEND=nvidia-drm
 | |
| export __GLX_VENDOR_LIBRARY_NAME=nvidia
 | |
| export WLR_NO_HARDWARE_CURSORS=1
 | |
| echo "Starting Hyprland..."
 | |
| exec Hyprland
 |