From afa8dab9d314c8e2f68be97c82991e15115d8025 Mon Sep 17 00:00:00 2001 From: piotr Date: Tue, 20 Jun 2023 01:49:22 +0200 Subject: [PATCH] fix -hypr argument --- nwg_shell/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwg_shell/installer.py b/nwg_shell/installer.py index cc15084..f431669 100644 --- a/nwg_shell/installer.py +++ b/nwg_shell/installer.py @@ -231,7 +231,7 @@ def main(): settings = [shell_config_settings] if args.hypr: - settings.append("shell_config_settings_hyprland") + settings.append(shell_config_settings_hyprland) for s in settings: if "terminal" not in s or not s["terminal"]: