Removed comma at the end of package listing in i3.py (#1839)
Removed comma at the end of package listing in i3.py
This commit is contained in:
parent
f9ce7679fe
commit
1b0c8f3ce3
|
|
@ -21,7 +21,7 @@ class I3wmProfile(XorgProfile):
|
||||||
'xterm',
|
'xterm',
|
||||||
'lightdm-gtk-greeter',
|
'lightdm-gtk-greeter',
|
||||||
'lightdm',
|
'lightdm',
|
||||||
'dmenu',
|
'dmenu'
|
||||||
]
|
]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue