例えば/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
- システムを再起動します。デスクトップエントリが無効になり、プログラムが起動しません。
詳細