Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/qtile.py
diff options
context:
space:
mode:
authoredl2 <95947898+edl2@users.noreply.github.com>2022-05-26 03:14:21 -0400
committerGitHub <noreply@github.com>2022-05-26 09:14:21 +0200
commitd38943bbadad998819735d45c1889aad5b554da5 (patch)
treecd1c390802635047557601a078a779e7ffe783b1 /profiles/qtile.py
parent31e545c6f5bd5be49e2b6cb2809638e3580b6679 (diff)
Dmenu not needed (#1243)
Qtile comes with simple run prompt already, want to keep as vanilla as possible.
Diffstat (limited to 'profiles/qtile.py')
-rw-r--r--profiles/qtile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/qtile.py b/profiles/qtile.py
index ae1409a6..ace13dcc 100644
--- a/profiles/qtile.py
+++ b/profiles/qtile.py
@@ -11,7 +11,6 @@ __packages__ = [
'alacritty',
'lightdm-gtk-greeter',
'lightdm',
- 'dmenu'
]
def _prep_function(*args, **kwargs):