Dmenu not needed (#1243)

Qtile comes with simple run prompt already, want to keep as vanilla as possible.
This commit is contained in:
edl2 2022-05-26 03:14:21 -04:00 committed by GitHub
parent 31e545c6f5
commit d38943bbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ __packages__ = [
'alacritty',
'lightdm-gtk-greeter',
'lightdm',
'dmenu'
]
def _prep_function(*args, **kwargs):