Skip to content

Commit 5d6326a

Browse files
committed
meson.build: autostart picom
Signed-off-by: Yuxuan Shui <[email protected]>
1 parent b0fbfec commit 5d6326a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ subdir('man')
7373

7474
install_data('bin/picom-trans', install_dir: get_option('bindir'))
7575
install_data('picom.desktop', install_dir: 'share/applications')
76+
install_data('picom.desktop', install_dir: get_option('sysconfdir') / 'xdg' / 'autostart')
7677

7778
if get_option('compton')
7879
install_data('compton.desktop', install_dir: 'share/applications')

picom.desktop

+2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ Categories=Utility;
99
Keywords=compositor;composite manager;window effects;transparency;opacity;
1010
TryExec=picom
1111
Exec=picom
12+
StartupNotify=false
13+
Terminal=false
1214
# Thanks to quequotion for providing this file!
1315
Icon=picom

0 commit comments

Comments
 (0)