We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fbfec commit 5d6326aCopy full SHA for 5d6326a
meson.build
@@ -73,6 +73,7 @@ subdir('man')
73
74
install_data('bin/picom-trans', install_dir: get_option('bindir'))
75
install_data('picom.desktop', install_dir: 'share/applications')
76
+install_data('picom.desktop', install_dir: get_option('sysconfdir') / 'xdg' / 'autostart')
77
78
if get_option('compton')
79
install_data('compton.desktop', install_dir: 'share/applications')
picom.desktop
@@ -9,5 +9,7 @@ Categories=Utility;
9
Keywords=compositor;composite manager;window effects;transparency;opacity;
10
TryExec=picom
11
Exec=picom
12
+StartupNotify=false
13
+Terminal=false
14
# Thanks to quequotion for providing this file!
15
Icon=picom
0 commit comments