Use patched i3wm

This commit is contained in:
Your Name 2016-09-02 07:23:42 +02:00
parent 56efba9bcd
commit 80a896a6a1
1 changed files with 8 additions and 0 deletions

8
bashrc
View File

@ -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