【问题标题】:Always hide cursor in Xfce 4.8 with Debian Wheezy [closed]始终使用 Debian Wheezy 在 Xfce 4.8 中隐藏光标 [关闭]
【发布时间】:2012-12-28 20:15:16
【问题描述】:

我想总是隐藏我的光标。我对机器只有 SSH 访问权限。

【问题讨论】:

    标签: linux mouse debian xserver xfce


    【解决方案1】:

    Try with unclutter,是一个可以做到这一点的小程序。

    它存在于各种发行版的存储库中,例如在 Arch Linux 上,您可以安装它:

    pacman -S unclutter
    

    然后,您可以通过在 设置 » 会话和启动 » 应用程序自动启动 中添加一个条目来启动它,或者(首选方法)将其添加到您的 .xinitrc 文件中,如下所示:

    run unclutter
    

    【讨论】:

    • 哇!感谢您提供此信息!这正是我搜索的内容!
    • unclutter -idle 0 -jitter 2000 始终隐藏。
    • 也适用于Debian 10 + Xfce-4.6。只需运行unclutter
    【解决方案2】:

    编辑:现在已过时

    我的解决方案是下载:A transparent cursor theme 并执行:

    ./configure
    cd cursors
    make install-data-local DESTDIR=/home/user/.icons/default CURSOR_DIR=/cursors
    chown -R user:user /home/user/.icons
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-02-08
      • 2016-08-19
      • 1970-01-01
      • 2013-06-13
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多