mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
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
|