From 78cffe8b21a23302e87255becb8fd37895bfa63c Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 8 Aug 2018 17:36:09 +1000 Subject: [PATCH] change structure to work with gnu stow --- {.i3 => i3/.i3}/config | 1 + .i3blocks.conf => i3/.i3blocks.conf | 0 .i3status.conf => i3/.i3status.conf | 0 .zshrc => zsh/.zshrc | 0 4 files changed, 1 insertion(+) rename {.i3 => i3/.i3}/config (99%) rename .i3blocks.conf => i3/.i3blocks.conf (100%) rename .i3status.conf => i3/.i3status.conf (100%) rename .zshrc => zsh/.zshrc (100%) diff --git a/.i3/config b/i3/.i3/config similarity index 99% rename from .i3/config rename to i3/.i3/config index 6ca9811..48e59c0 100644 --- a/.i3/config +++ b/i3/.i3/config @@ -209,3 +209,4 @@ for_window[class="^.*"] border pixel 5 gaps inner 15 gaps outer 0 + diff --git a/.i3blocks.conf b/i3/.i3blocks.conf similarity index 100% rename from .i3blocks.conf rename to i3/.i3blocks.conf diff --git a/.i3status.conf b/i3/.i3status.conf similarity index 100% rename from .i3status.conf rename to i3/.i3status.conf diff --git a/.zshrc b/zsh/.zshrc similarity index 100% rename from .zshrc rename to zsh/.zshrc -- 2.43.2