Skip to content

Commit

Permalink
Replace Sway with Hyprland in profile seat selection
Browse files Browse the repository at this point in the history
  • Loading branch information
udqy committed Jan 28, 2025
1 parent 0f6f5da commit d81d3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archinstall/default_profiles/desktops/hyprland.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def services(self) -> list[str]:

def _ask_seat_access(self) -> None:
# need to activate seat service and add to seat group
header = str(_('Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)'))
header += '\n' + str(_('Choose an option to give Sway access to your hardware')) + '\n'
header = str(_('Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)'))
header += '\n' + str(_('Choose an option to give Hyprland access to your hardware')) + '\n'

items = [MenuItem(s.value, value=s) for s in SeatAccess]
group = MenuItemGroup(items, sort_items=True)
Expand Down

0 comments on commit d81d3ac

Please sign in to comment.