From 89f85ad2cf1c8e8e1a8a064b5684f2793ba1307d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 18 Oct 2017 12:47:06 +0100 Subject: [PATCH] Add compton autostart --- modules/i3/manifests/autostart.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/i3/manifests/autostart.pp b/modules/i3/manifests/autostart.pp index f12867d..cdee804 100644 --- a/modules/i3/manifests/autostart.pp +++ b/modules/i3/manifests/autostart.pp @@ -26,4 +26,13 @@ class i3::autostart { source => "/etc/xdg/autostart/$program.desktop" } } + + file {"autostart compton": + ensure => link, + path => '/home/jake/.config/autostart/compton.desktop', + mode => '0644', + owner => 'jake', + source => '/usr/share/applications/compton.desktop' + + } }