From 7389769b6d80b7e15bb1d264ae9495756949c93d Mon Sep 17 00:00:00 2001 From: jreichmann Date: Wed, 26 Jun 2019 22:26:00 +0200 Subject: [PATCH] i3: remind myself to fill this with the appropiate .desktop entry --- roles/i3/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/i3/tasks/main.yml b/roles/i3/tasks/main.yml index ab368bf..655b71d 100644 --- a/roles/i3/tasks/main.yml +++ b/roles/i3/tasks/main.yml @@ -16,3 +16,7 @@ src: config.j2 dest: ~/.config/i3/config +- name: Create autostart entry + template: + src: "" + dest: ~/.config/autostart/i3.desktop