From 1b0c8f3ce3bc7887632f0d08b7afe8073f7a3958 Mon Sep 17 00:00:00 2001 From: Nikita Triblya <69369034+Tr3bleee@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:54:38 +0200 Subject: Removed comma at the end of package listing in i3.py (#1839) Removed comma at the end of package listing in i3.py --- archinstall/default_profiles/desktops/i3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/default_profiles') diff --git a/archinstall/default_profiles/desktops/i3.py b/archinstall/default_profiles/desktops/i3.py index 7c6f24ca..93c38906 100644 --- a/archinstall/default_profiles/desktops/i3.py +++ b/archinstall/default_profiles/desktops/i3.py @@ -21,7 +21,7 @@ class I3wmProfile(XorgProfile): 'xterm', 'lightdm-gtk-greeter', 'lightdm', - 'dmenu', + 'dmenu' ] @property -- cgit v1.2.3-54-g00ecf