mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
[i3] Added gedit
This commit is contained in:
parent
eb72b6b8f6
commit
f7e23be95d
11
i3/Makefile
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user