-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraphical.conf.yaml
43 lines (39 loc) · 1.04 KB
/
graphical.conf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
- paru:
- plasma-meta
- plasma-wayland-session
- sddm
- breeze-gtk
- kde-gtk-config
- xdg-desktop-portal
- xdg-desktop-portal-kde
- colord-kde
- dolphin
- dolphin-plugins
- ark
- kate
- paru:
- noto-fonts
- noto-fonts-emoji
- noto-fonts-cjk
- noto-fonts-extra
- kitty
- pipewire
- pipewire-pulse
- libfido2
- arch-audit-gtk
- paru:
- qt5-wayland
- qt6-wayland
- glfw-wayland
- xorg-xwayland
- paru:
- ttf-hack-nerd
- firefox-nightly
- shell:
- [systemctl enable --user --now pipewire, Enabling pipewire]
- [systemctl enable --user --now pipewire-pulse, Enabling pipewire-pulse]
- [sudo mkdir -p /etc/firefox/policies, Creating policies.json directory]
- [sudo cp ./root-config/policies.json /etc/firefox/policies/policies.json, Installing Firefox policies.json]
- [sudo cp ./root-config/10-wayland.conf /etc/sddm.conf.d/10-wayland.conf, Installing SDDM 10-wayland.conf]
- [sudo systemctl enable sddm, Enabling display manager]