unclutter
それを実行するというアプリケーションがあります。ターミナルウィンドウで次のように入力してインストールします。
sudo apt-get install unclutter
インストール後、次のファイルでタイムアウトを2秒に変更できます。
/etc/default/unclutter
次の行を変更します。
EXTRA_OPTS="-idle 1 -root"
に
EXTRA_OPTS="-idle 2 -root"
これは、システムの起動時にも自動的に開始されます。
システムを再起動せずに今すぐ開始するには、次のように入力します。
nohup unclutter -idle 2 &
編集:
インストール用に見つからない場合は、/etc/apt/sources.list
ファイルを編集し、次の行がコメント化#
されていないことを確認してください。
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
コメントアウトされている場合#
は、行の先頭にあるを削除し、実行sudo apt-get update
してリポジトリを更新してから、を再実行しsudo apt-get install unclutter
ます。
次のコマンドを実行すると、unclutter
アプリケーションがtrusty universe
リポジトリからのものであることがわかります。
:~$ apt-cache showpkg unclutter
Package: unclutter
Versions:
8-19 (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-amd64_Packages) (/var/lib/dpkg/status)
Description Language:
File: /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-amd64_Packages
MD5: f0e9ff67c42a9d3dc35bb595d2f84a7b
Description Language: en
File: /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en
MD5: f0e9ff67c42a9d3dc35bb595d2f84a7b
:~$ dpkg -s unclutter
Package: unclutter
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 76
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 8-19
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.3.4), libx11-6
Conffiles:
/etc/X11/Xsession.d/90unclutter 9b47a483264cfc6a155fbd65cd8a3e6e
Description: hides the mouse cursor in X after a period of inactivity
unclutter hides your X mouse cursor when you don't need it, to prevent it
from getting in the way. You have only to move the mouse to restore the
mouse cursor.
Original-Maintainer: Axel Beckert <abe@debian.org>
Homepage: ftp://ftp.x.org/contrib/utilities/
お役に立てれば!
init.d
フォルダ内にファイルを作成することを意味しますか?