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',
|
||||
'lightdm-gtk-greeter',
|
||||
'lightdm',
|
||||
'dmenu',
|
||||
'dmenu'
|
||||
]
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Reference in New Issue