Skip to content

Commit 36636ea

Browse files
committed
feat(arch): install batsignal and network-manager-applet
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 8b742c7 commit 36636ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Operating Systems/Arch Linux/Contents/Manual Customization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,17 @@ paru -Syu ttf-jetbrains-mono-nerd ttf-noto-nerd noto-fonts-cjk \
6060

6161
## Useful Packages
6262

63-
It is recommended to install and enable the following packages.
63+
### Essential System Utilities
6464

65-
### Essentials
66-
67-
`acpid` is a daemon that listens for events related to power management. `avahi` is a service that is responsible for the discovery of services and hosts on a local network using the mDNS (Multicast DNS) protocol.
65+
Install these packages to ensure that the system will work properly.
6866

6967
```bash
70-
paru -S acpid avahi dkms net-tools
68+
paru -S acpid avahi batsignal dkms net-tools
7169
systemctl enable \
7270
acpid.service \
7371
avahi-daemon.service \
7472
systemd-timesyncd.service
73+
systemctl --user enable batsignal.service
7574
```
7675

7776
### Input Devices
@@ -253,6 +252,7 @@ paru -S hyprland hyprpaper \
253252
polkit-gnome gnome-keyring \
254253
seahorse libsecret \
255254
nm-connection-editor \
255+
network-manager-applet \
256256
wl-clipboard cliphist
257257
```
258258

0 commit comments

Comments
 (0)