diff options
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index 2be2061..577e981 100644 --- a/config.yaml +++ b/config.yaml @@ -21,6 +21,9 @@ dotfiles: f_gitconfig: src: gitconfig dst: ~/.gitconfig + d_i3: + src: config/i3 + dst: ~/.config/i3 profiles: unicorn: dotfiles: @@ -30,6 +33,7 @@ profiles: - d_systemd - d_cheat - f_gitconfig + - d_i3 fenec: dotfiles: - d_i3pystatus |