5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/bash
|
|
|
|
# A workaround for missing cursor issue
|
|
|
|
export WLR_NO_HARDWARE_CURSORS=1
|