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
폴더 내에 파일을 만드는 것을 의미 합니까?