From 80a896a6a1dd6009f46814f4a592d2a19b93d210 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 2 Sep 2016 07:23:42 +0200 Subject: [PATCH] Use patched i3wm --- bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bashrc b/bashrc index 7342fa9..3a5817a 100644 --- a/bashrc +++ b/bashrc @@ -12,3 +12,11 @@ i686_pc_linux_gnu_LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" [[ -e /etc/paludis/hooks/setup_pkg_env.bash ]] && . /etc/paludis/hooks/setup_pkg_env.bash + +case "${CATEGORY}/${PN}" in + x11-wm/i3) + scm_user_customize () { + SCM_REPOSITORY="https://github.com/hasufell/i3wm.git" + } + ;; +esac