5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
export WLR_NO_HARDWARE_CURSORS=1
|
|
export WLR_RENDERER_ALLOW_SOFTWARE=1
|
|
exec Hyprland
|