-
-
Notifications
You must be signed in to change notification settings - Fork 684
fix: HW changes / X11 #4057 #3899 #4066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 12 commits
603a772
cb9dbbc
e27370a
fb43ca4
20ff034
ed99d8d
198f48a
93f3e70
75d2f62
84ae1cb
7f58fcf
112c082
207a23d
a37d229
f12fbff
cccc377
fb104d1
d8086ec
1822a7b
22f9646
ddef9bb
93bd87b
6698967
807b4a1
1441b85
3939435
3da463f
7cdd478
8f5988f
0688319
0667d27
7567c09
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| from typing import override | ||
|
|
||
| from archinstall.default_profiles.profile import GreeterType, ProfileType | ||
| from archinstall.default_profiles.profile import DisplayServer, GreeterType, ProfileType | ||
| from archinstall.default_profiles.xorg import XorgProfile | ||
|
|
||
|
|
||
|
|
@@ -20,3 +20,7 @@ def packages(self) -> list[str]: | |
| @override | ||
| def default_greeter_type(self) -> GreeterType: | ||
| return GreeterType.CosmicSession | ||
|
|
||
| @override | ||
| def display_servers(self) -> set[DisplayServer]: | ||
|
||
| return {DisplayServer.Wayland} | ||
Uh oh!
There was an error while loading. Please reload this page.