Jump to content

陳柏儒

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by 陳柏儒

  1. I found a good way to hide mouser. ``` unclutter -idle 0 -jitter 2000 ```
  2. I tried three way for hiding mouse, but not work: 1. Unclutter: ``` unclutter -idle 0 -root -display :0 `` It shows unclutter: could not open display 2. startx -nocursor -> not work 3. Using xbanish and boot from Systemd: ``` ~/.config/systemd/user/xbanish.service ``` [Unit] Description=xbanish After=default.target [Service] Type=simple ExecStart=/usr/bin/xbanish Restart=on-failure StartLimitBurst=10 RestartSec=30 [Install] WantedBy=default.target Is there any good way for hiding mouse on XFCE4 desktop (Armbian) ? Thanks
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines