1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-22 12:03:43 +00:00

[i3] Makefile retab!

This commit is contained in:
Przemysław Grondek 2019-11-07 09:24:14 +01:00
parent 6a37847414
commit b5bc5eaec7

View File

@ -6,8 +6,19 @@ REQUIRED_BINS=\
/usr/bin/dunst \
/usr/bin/compton \
/usr/bin/numlockx \
/usr/bin/gedit
PACKAGES=i3 i3blocks i3lock dunst compton numlockx gedit xautolock
/usr/bin/gedit \
/usr/lib/policykit-1/polkit-gnome-authentication-agent-1
PACKAGES=\
i3 \
i3blocks \
i3lock \
dunst \
compton \
numlockx \
gedit \
xautolock \
policykit-1-gnome
I3_CONFIG=config
I3_CONFIG_OUT=$(HOME)/.config/i3/config
@ -41,7 +52,7 @@ $(REQUIRED_BINS):
clean_i3:
rm -f $(OUT)
install_i3: $(I3_CONFIG_DIR)
install_i3: $(I3_CONFIG_DIR) $(REQUIRED_BINS)
cp $(I3_CONFIG) $(I3_CONFIG_OUT)
$(I3_CONFIG_DIR):