removed elogind bloatware
This commit is contained in:
parent
cd7a9d846e
commit
6b1a92e419
5 changed files with 39 additions and 16 deletions
|
@ -98,7 +98,7 @@ Post install:
|
|||
{
|
||||
# ln -s /etc/sv/NetworkManager /var/service
|
||||
# ln -s /etc/sv/dbus /var/service
|
||||
# vim /etc/NetworkManager/conf.d/rand_mac.conf:
|
||||
# vim /etc/NetworkManager/NetworkManager.conf:
|
||||
{
|
||||
> [device-mac-randomization]
|
||||
> wifi.scan-rand-mac-address=yes
|
||||
|
@ -185,9 +185,12 @@ Post install:
|
|||
}
|
||||
Session & login manager:
|
||||
{
|
||||
# xbps-install -Sy elogind sddm sddm-kcm seatd wayland xorg-minimal xorg-fonts qt5-wayland qt6-wayland xorg-server-xwayland
|
||||
# xbps-install -Sy polkit dumb_runtime_dir sddm sddm-kcm seatd wayland xorg-minimal xorg-fonts qt5-wayland qt6-wayland xorg-server-xwayland
|
||||
# ln -s /etc/sv/seatd /var/service/
|
||||
# ln -s /etc/sv/sddm /var/service/
|
||||
# ln -s /etc/sv/polkitd /var/service/
|
||||
|
||||
# cp void-desktop/config-files/polkit/00-polkit.rules /etc/polkit-1/rules.d/
|
||||
|
||||
(chili theme)
|
||||
# xbps-install -Sy qt5 qt5-quickcontrols qt5-graphicaleffects
|
||||
|
@ -207,7 +210,7 @@ Post install:
|
|||
{
|
||||
> [Desktop Entry]
|
||||
> Name=Wayfire
|
||||
> Exec=dbus-run-session wayfire
|
||||
> Exec=wayfire
|
||||
> TryExec=wayfire
|
||||
> Type=Application
|
||||
> DesktopnNames=Wayfire
|
||||
|
@ -278,7 +281,7 @@ Post install:
|
|||
{
|
||||
> [autostart]
|
||||
> audio = pipewire
|
||||
> audio_notify = sleep 5; dbus-launch pa-notify -t 2
|
||||
> audio_notify = sleep 5; pa-notify -t 2
|
||||
}
|
||||
}
|
||||
Lockscreen:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue