Skip to content

Commit

Permalink
Package name correction 'xss-lock', i3.py (#2796)
Browse files Browse the repository at this point in the history
Package name correction 'xss-lock' needed in the base installation of the i3 desktop.

Link to the caused error and related issue:
Issue: #2790
Pull: #2791
Man: https://man.archlinux.org/man/xss-lock.1
  • Loading branch information
opsrcode authored Nov 10, 2024
1 parent 28eaa8c commit 040a6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/default_profiles/desktops/i3.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def packages(self) -> list[str]:
'i3lock',
'i3status',
'i3blocks',
'xss-set',
'xss-lock',
'xterm',
'lightdm-gtk-greeter',
'lightdm',
Expand Down

0 comments on commit 040a6ab

Please sign in to comment.