autostart libinput-gestures

This commit is contained in:
Jake Howard 2018-03-05 19:31:00 +00:00
parent 3c493ba9d7
commit ba56abcec2
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -34,4 +34,13 @@ class i3::autostart {
owner => 'jake',
source => '/usr/share/applications/compton.desktop'
}
file {'Autostart libinput-gestures':
ensure => link,
path => '/home/jake/.config/autostart/libinput-gestures.desktop',
mode => '0644',
owner => 'jake',
source => '/usr/share/applications/libinput-gestures.desktop'
}
}