From c241203ded21676354f8d3f589d2f8b5fa5e0c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=A7=E7=80=AC=E7=B4=85=E8=8E=89=E6=A0=96?= Date: Sun, 16 Apr 2023 15:36:01 +0800 Subject: [PATCH] Add runtime dependency for dmenu (#1514) --- profiles/sway.py | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/sway.py b/profiles/sway.py index 5fbd3365..4716fe78 100644 --- a/profiles/sway.py +++ b/profiles/sway.py @@ -21,6 +21,7 @@ __packages__ = [ "slurp", "pavucontrol", "foot", + "xorg-xwayland", ]