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:
parent
6a37847414
commit
b5bc5eaec7
31
i3/Makefile
31
i3/Makefile
@ -1,13 +1,24 @@
|
|||||||
REQUIRED_BINS=\
|
REQUIRED_BINS=\
|
||||||
/usr/bin/i3 \
|
/usr/bin/i3 \
|
||||||
/usr/bin/i3blocks \
|
/usr/bin/i3blocks \
|
||||||
/usr/bin/i3lock \
|
/usr/bin/i3lock \
|
||||||
/usr/bin/xautolock \
|
/usr/bin/xautolock \
|
||||||
/usr/bin/dunst \
|
/usr/bin/dunst \
|
||||||
/usr/bin/compton \
|
/usr/bin/compton \
|
||||||
/usr/bin/numlockx \
|
/usr/bin/numlockx \
|
||||||
/usr/bin/gedit
|
/usr/bin/gedit \
|
||||||
PACKAGES=i3 i3blocks i3lock dunst compton numlockx gedit xautolock
|
/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=config
|
||||||
I3_CONFIG_OUT=$(HOME)/.config/i3/config
|
I3_CONFIG_OUT=$(HOME)/.config/i3/config
|
||||||
@ -41,7 +52,7 @@ $(REQUIRED_BINS):
|
|||||||
clean_i3:
|
clean_i3:
|
||||||
rm -f $(OUT)
|
rm -f $(OUT)
|
||||||
|
|
||||||
install_i3: $(I3_CONFIG_DIR)
|
install_i3: $(I3_CONFIG_DIR) $(REQUIRED_BINS)
|
||||||
cp $(I3_CONFIG) $(I3_CONFIG_OUT)
|
cp $(I3_CONFIG) $(I3_CONFIG_OUT)
|
||||||
|
|
||||||
$(I3_CONFIG_DIR):
|
$(I3_CONFIG_DIR):
|
||||||
|
Loading…
Reference in New Issue
Block a user