mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
i3 templating done
This commit is contained in:
parent
95a76cadb0
commit
ca2aa8aada
6
roles/i3-wm/README.md
Normal file
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
|
||||
|
Loading…
Reference in New Issue
Block a user