From b9180de69f387449cf1440d3aaf2577a78c16de2 Mon Sep 17 00:00:00 2001 From: gfgit Date: Sun, 3 Sep 2023 12:33:07 +0200 Subject: [PATCH] Add references to source websites like Arch Wiki --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1eb951b..6041fdf 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ Removes tracking parameters from URL before loading pages ## Eyes Protection -Enable RedShift and install SafeEyes ++ Enable RedShift ++ [SafeEyes](https://slgobinath.github.io/SafeEyes/) ## KIO Admin @@ -124,22 +125,24 @@ sudo apt install kio-admin ## KDE Plasma theme ++ See [BUG 444043](https://bugs.kde.org/show_bug.cgi?id=444043) + ## KDE Web search ## Disable systemd services ## GTK+ Applications with KDE File Dialog -Add `export GTK_USE_PORTAL=1` to `.profile` and logout/login +Add `export GTK_USE_PORTAL=1` to `.profile` and logout/login [Arch Wiki](https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications#Consistent_file_dialog_under_KDE_Plasma) ## Dual Boot Windows - Disable Windows Fast Boot -- Make Windows read hardware clock as UTC (`REG_QWORD` for 64bit systems) +- Make Windows read hardware clock as UTC (`REG_QWORD` for 64bit systems) [Arch Wiki](https://wiki.archlinux.org/title/System_time#UTC_in_Microsoft_Windows) ``` reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f ``` -- Disable Windows time adjustment (Run as admin) +- Disable Windows time adjustment (Run as admin) [Arch Wiki](https://wiki.archlinux.org/title/System_time#Multi-NTP_interaction) ``` w32tm /unregister ```