Skip to content

Commit

Permalink
Renamed the Hyprland class
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed authored Sep 20, 2023
1 parent c8376f9 commit ea2ee87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions archinstall/default_profiles/desktops/hyprland.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SeatAccess(Enum):
polkit = 'polkit'


class HyperlandProfile(XorgProfile):
class HyprlandProfile(XorgProfile):
def __init__(self):
super().__init__('Hyprland', ProfileType.DesktopEnv, description='')

Expand All @@ -27,7 +27,6 @@ def packages(self) -> List[str]:
"hyprland",
"dunst",
"xdg-desktop-portal-hyprland",
"kitty",
"qt5-wayland",
"qt6-wayland"
]
Expand Down Expand Up @@ -60,4 +59,4 @@ def do_on_select(self):
self._ask_seat_access()

def install(self, install_session: 'Installer'):
super().install(install_session)
super().install(install_session)

0 comments on commit ea2ee87

Please sign in to comment.