Add references to source websites like Arch Wiki

This commit is contained in:
gfgit 2023-09-03 12:33:07 +02:00
parent 005b4ce95f
commit b9180de69f

View file

@ -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
```