1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

i3 templating done

This commit is contained in:
eoli3n 2017-12-19 13:34:37 +01:00
parent 95a76cadb0
commit ca2aa8aada
2 changed files with 7 additions and 0 deletions

6
roles/i3-wm/README.md Normal file

@ -0,0 +1,6 @@
# Hostname specific configuration for config file
Add a dir named as hostname to include specific host configuration in config file
```
mkdir templates/$(hostname)
echo "#To include in config file" > templates/$(hostname)/config.j2
```

@ -155,6 +155,7 @@ bindsym $mod+Shift+agrave move container to workspace $tag10
### BEGIN includes
{% include ansible_hostname + '/config.j2' ignore missing %}
### END includes
# reload the configuration file