mirror of
https://github.com/yshui/picom.git
synced 2024-11-18 13:55:36 -05:00
meson.build: autostart picom
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
b0fbfec4f0
commit
5d6326ae28
2 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,7 @@ subdir('man')
|
|||
|
||||
install_data('bin/picom-trans', install_dir: get_option('bindir'))
|
||||
install_data('picom.desktop', install_dir: 'share/applications')
|
||||
install_data('picom.desktop', install_dir: get_option('sysconfdir') / 'xdg' / 'autostart')
|
||||
|
||||
if get_option('compton')
|
||||
install_data('compton.desktop', install_dir: 'share/applications')
|
||||
|
|
|
@ -9,5 +9,7 @@ Categories=Utility;
|
|||
Keywords=compositor;composite manager;window effects;transparency;opacity;
|
||||
TryExec=picom
|
||||
Exec=picom
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
# Thanks to quequotion for providing this file!
|
||||
Icon=picom
|
||||
|
|
Loading…
Reference in a new issue