陳柏儒 Posted October 16, 2023 Posted October 16, 2023 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 0 Quote
陳柏儒 Posted November 15, 2023 Author Posted November 15, 2023 I found a good way to hide mouser. ``` unclutter -idle 0 -jitter 2000 ``` 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.