diff options
| author | nic <ra@afu.re> | 2025-08-04 23:21:54 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2025-08-04 23:21:54 -0400 |
| commit | 1f1863a930cbf53c9aea914298f95521b3914ed0 (patch) | |
| tree | f12daf4907ae35bfa1f950cce384bc854add7d3a /cs | |
| parent | 12f36034fa48516ef79f0a643906bb2de1d935d0 (diff) | |
Auto from nzxt - Mon 04 Aug 2025 11:21:54 PM EDT
Diffstat (limited to 'cs')
| -rw-r--r-- | cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md index 2f7de87..584cd9e 100644 --- a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md +++ b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md @@ -102,7 +102,7 @@ altezza@asahi /etc/hosts make.conf -USE="-kde -gnome -qt -consolekit -systemd -telemetry -X elogind dbus wayland pipewire opengl" +USE="-kde -gnome -qt -consolekit -systemd -telemetry elogind dbus wayland pipewire opengl" FEATURES="candy fixlafiles unmerge-orphans parallel-install" EMERGE_DEFAULT_OPT="--jobs=8 --load-average=8 --with-bdeps y --complete-graph y --autounmask-write" @@ -138,7 +138,6 @@ visudo %wheel ALL=(ALL:ALL) ALL %wheel ALL=NOPASSWD: ALL - rc-update add dbus default emerge net-misc/openntpd @@ -150,8 +149,9 @@ emerge sys-process/cronie /etc/init.d/cronie start rc-update add cronie default + ## Add User -useradd -m -G users,wheel,audio,sudo,video,input,seatd $USER +useradd -m -G users,wheel,audio,sudo,video,input,seat $USER passwd $USER su - altezza @@ -168,11 +168,17 @@ sudo eselect repository add palladian git git@git.afu.re:palladian/ emerge --sync palladian # ssh key problem ? +# is elogind even needed ? +# hwclock +echo "sys-auth/seatd -elogind server builtin" >> /etc/portage/package.use/custom -emerge dev-libs/wayland x11-base/xwayland gui-libs/wlroots \ +emerge dev-libs/wayland x11-base/xwayland gui-libs/wlroots sys-auth/seatd \ gui-wm/dwl gui-wm/dwlb gui-apps/foot dev-libs/bemenu \ gui-apps/wlr-randr gui-apps/wbg x11-misc/dunst +usermod -aG seat yourusername + +EGL BUG - ELOGIND RELATED ? DISREGARD ELOGIND FROM BOOT ### Dotfiles g git @@ -205,4 +211,6 @@ https://github.com/t-8ch/pinentry-bemenu app-admin/pass ### Email setup -emerge + + +**update-m1n1**, which must be run as root every time you update the kernel, U-Boot, or m1n1 itself. |
