add dmenu dependency to i3 profile

dmenu is configured as the default launcher (Penguin-SPACE key)
in the default i3 configuartion.
This commit is contained in:
Ondřej Nekola 2021-05-06 13:01:43 +02:00
parent 52ac03d952
commit 3c23f5e810
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ is_top_level_profile = False
# New way of defining packages for a profile, which is iterable and can be used out side
# of the profile to get a list of "what packages will be installed".
__packages__ = ['i3lock', 'i3status', 'i3blocks', 'xterm', 'lightdm-gtk-greeter', 'lightdm']
__packages__ = ['i3lock', 'i3status', 'i3blocks', 'xterm', 'lightdm-gtk-greeter', 'lightdm', 'dmenu']
def _prep_function(*args, **kwargs):
"""