Add compton autostart

This commit is contained in:
Jake Howard 2017-10-18 12:47:06 +01:00
parent 5f7bd7bba6
commit 89f85ad2cf
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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'
}
}