fcffd2b4b5
Co-Authored-By: Segfault <awarnecke002@hotmail.com>
5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/bash
|
|
|
|
# A workaround for missing cursor issue
|
|
|
|
export WLR_NO_HARDWARE_CURSORS=1
|