From ba56abcec264792adbe77c2a110ba373a3cb2be4 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 5 Mar 2018 19:31:00 +0000 Subject: [PATCH] autostart libinput-gestures --- 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 e4a3bd2..a516fd0 100644 --- a/modules/i3/manifests/autostart.pp +++ b/modules/i3/manifests/autostart.pp @@ -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' + } }