Update main.py

This commit is contained in:
Erik Dubois 2021-04-13 17:47:02 +02:00 committed by GitHub
parent 0cbbbf811a
commit 9651cc0cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,6 +195,7 @@ desktop_environments = [
DesktopEnvironment('/usr/bin/dwm', 'dwm'),
DesktopEnvironment('/usr/bin/jwm', 'jwm'),
DesktopEnvironment('/usr/bin/icewm-session', 'icewm-session'),
DesktopEnvironment('/usr/bin/fvwm3', 'fvwm3'),
]