diff --git a/i3/Makefile b/i3/Makefile index e8efc07..d2ae9fa 100644 --- a/i3/Makefile +++ b/i3/Makefile @@ -1,5 +1,12 @@ -REQUIRED_BINS=/usr/bin/i3 /usr/bin/i3blocks /usr/bin/i3lock /usr/bin/dunst /usr/bin/compton /usr/bin/numlockx -PACKAGES=i3 i3blocks i3lock dunst compton numlockx +REQUIRED_BINS=\ + /usr/bin/i3 \ + /usr/bin/i3blocks \ + /usr/bin/i3lock \ + /usr/bin/dunst \ + /usr/bin/compton \ + /usr/bin/numlockx \ + /usr/bin/gedit +PACKAGES=i3 i3blocks i3lock dunst compton numlockx gedit I3_CONFIG=config I3_CONFIG_OUT=$(HOME)/.config/i3/config