Merge pull request #265 from dylanmtaylor/patch-6

i3-sensible-terminal can't find a terminal on new install
This commit is contained in:
Anton Hvornum 2021-04-10 11:37:23 +00:00 committed by GitHub
commit ef702c2f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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']
__packages__ = ['i3lock', 'i3status', 'i3blocks', 'xterm']
def _prep_function(*args, **kwargs):
"""