autostart libinput-gestures
This commit is contained in:
parent
3c493ba9d7
commit
ba56abcec2
1 changed files with 9 additions and 0 deletions
|
@ -34,4 +34,13 @@ class i3::autostart {
|
||||||
owner => 'jake',
|
owner => 'jake',
|
||||||
source => '/usr/share/applications/compton.desktop'
|
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'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue