Add compton autostart
This commit is contained in:
parent
5f7bd7bba6
commit
89f85ad2cf
1 changed files with 9 additions and 0 deletions
|
@ -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'
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue