From 5ec8cca5d55b6c73ed3e37e4148e72dd13a16411 Mon Sep 17 00:00:00 2001 From: Elysia <1391048988@qq.com> Date: Sat, 8 Nov 2025 13:40:02 +0800 Subject: [PATCH] Update README.md --- sdata/dist-fedora/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sdata/dist-fedora/README.md b/sdata/dist-fedora/README.md index d2a0b3081..bfad4f80f 100644 --- a/sdata/dist-fedora/README.md +++ b/sdata/dist-fedora/README.md @@ -18,3 +18,15 @@ Of course, you can choose to skip installing these two packages during the insta - `git clone --recurse-submodules https://github.com/end-4/dots-hyprland ~/.cache/dots-hyprland` - `cd ~/.cache/dots-hyprland` - `./setup install` + +# After installation +- Fix the issue of the right column crashing when clicking the `Details` button in Wi-Fi mode. Edit this file: ~/.config/illogical-impulse/config.json +``` +@@ 44,3 44,3 @@ +- "apps": { +- "bluetooth": "kcmshell6 kcm_bluetooth", +- "network": "kitty -1 fish -c nmtui", ++ "apps": { ++ "bluetooth": "kcmshell6 kcm_bluetooth", ++ "network": "plasmawindowed org.kde.plasma.networkmanagement", +```