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