Disable wlroots hardware cursor due to swaywm/sway#3617
This commit is contained in:
parent
f689e17e7a
commit
0911c7c418
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@
|
|||
export QT_QPA_PLATFORM=wayland
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
||||
# TODO: QTpie
|
||||
export WLR_DRM_NO_MODIFIERS=1;
|
||||
export WLR_DRM_NO_MODIFIERS=1
|
||||
export WLR_NO_HARDWARE_CURSORS=1
|
||||
'';
|
||||
config = {
|
||||
input = {
|
||||
|
|
Loading…
Add table
Reference in a new issue