Skip to content

Commit

Permalink
meson.build: autostart picom
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Aug 21, 2022
1 parent b0fbfec commit 5d6326a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 2 additions & 0 deletions picom.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d6326a

Please sign in to comment.