예를 들어 /etc/xdg/kwinrulesrc
:
$ cat /etc/xdg/kwinrulesrc
[1]
Description=dde-dock
desktop=-1
desktoprule=2
wmclass=dde-dock dde-dock
wmclasscomplete=true
wmclassmatch=1
[2]
Description=dde-launcher
strictgeometry=false
strictgeometryrule=2
wmclass=dde-launcher dde-launcher
wmclasscomplete=true
wmclassmatch=1
시작 후 자동으로 시작됩니다. 이 스크립트를 삭제하지 않고 영구적으로 비활성화하려면 어떻게 해야 합니까?
답변1
1.디렉터리 를 만듭니다 ~/.config/autostart
.
2./etc/autostart/entry
에게 복사 ~/.config/autostart/entry
.
삼.에 추가하세요. 예를 들어Hidden=true
~/.config/autostart/entry
# ~/.config/autostart/picom.desktop
[Desktop Entry]
Type=Application
Name=picom
GenericName=X Compositor
Icon=picom
Exec=picom
Hidden=true
- 시스템을 다시 시작하십시오. 데스크탑 항목이 비활성화되고 프로그램이 시작되지 않습니다.
세부 사항