README: updated

This commit is contained in:
kenji
2025-11-30 20:24:29 -06:00
parent 753fc37901
commit 905be7b581
2 changed files with 25 additions and 1 deletions
+22 -1
View File
@@ -12,7 +12,7 @@ This repository ensures that the custom `OmarchyOS` is not filled with filth cal
## Custom Applications Installed [🚧] ## Custom Applications Installed [🚧]
```sh ```sh
sudo pacman -Sy yazi stow 7zip python-pipx tickrs flatpak \ sudo pacman -Sy networkmanager yazi stow 7zip python-pipx tickrs flatpak \
pipx install todoman khal vdirsyncer pipx install todoman khal vdirsyncer
``` ```
@@ -22,6 +22,27 @@ sudo pacman -Rs 1password-cli 1password-beta omarchy-chromium lazydocker ufw-doc
``` ```
## Interventions ## Interventions
### Wi-fi Back-end (For steam not detecting Wi-Fi)
Tells the `networkmanager` to use `iwd` for Wi-Fi instead.
```sh
sudo -e /etc/NetworkManager/conf.d/wifi_backend.conf
```
Paste this inside:
```toml
[device]
wifi.backend=iwd
```
Stops old one:
```sh
sudo systemctl stop systemd-networkd
sudo systemctl disable systemd-networkd
```
Starts and enables NetworkManager:
```sh
sudo systemctl enable NetworkManager
sudo systemctl start NetworkManager
```
### Proper `Vdirsync` Implementation ### Proper `Vdirsync` Implementation
Must sync (usually q5m) to avoid outdated information. Must sync (usually q5m) to avoid outdated information.
+3
View File
@@ -46,3 +46,6 @@ env = XDG_MENU_PREFIX, plasma-
# env = WLR_DRM_NO_ATOMIC, 1 # env = WLR_DRM_NO_ATOMIC, 1
# ? # ?
# env = WLR_NO_HARDWARE_CURSORS, 1 # env = WLR_NO_HARDWARE_CURSORS, 1
# Session Switcher Keybinding
bind = SUPER, F12, exec, /home/kenji/.local/bin/switch-session.sh