Ubuntu Frame cursor configuration

Hello,

I am trying to remove the cursor in Ubuntu Frame running Ubuntu Core.

Setting cursor=null in /var/snap/ubuntu-frame/current/frame.config works. However, I am struggling to implement this in the gadget snap yaml file.

Any suggestions?

Thank you so much!

Set it in the frame config snap configuration option:

snap set ubuntu-frame config="cursor=null"

Oh the “gadget snap” bit is:

Thank you @alan_g for your speedy response. Where can I add cursor=null to this? In Defaults where I currently have it?

defaults:
  BPZbvWzvoMTrpec4goCXlckLe2IhfthK:
    display: |
      layouts:
        default: cursor=null
          cards:
            - card-id: 0
              unknown-1:
                orientation: inverted
    config: |
      wallpaper-top=0x92006a
      wallpaper-bottom=0xdd4814
      add-wayland-extensions=zwp_pointer_constraints_v1:zwp_relative_pointer_manager_v1
    daemon: true

Thanks again!

The config option is loaded from the config key.

HTH