From f7e23be95de0f2f68a0d66bb2a2952da4aa77fc0 Mon Sep 17 00:00:00 2001 From: Przemyslaw Grondek Date: Wed, 21 Aug 2019 16:42:28 +0200 Subject: [PATCH] [i3] Added gedit --- i3/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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