powercfg /energy
powercfg /batteryreport
Use synaptic:
sudo synaptic
Then Custom Filters (At the lower left corner) | Broken, remove them
Here are the steps you need to follow to disable your lock screen permanently on Windows 10.
1. Open Registry Editor on Windows 10 by typing regedit in the search box. Click Yes when the User Account Control (UAC) box pops up to run the Registry Editor as an administrator.
2. In the Registry Editor, go to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization
3. Create a New DWORD (32-bit) value by right-clicking in the right pane, selecting New, then DWORD (32-bit) Value and name the DWORD (32-bit) Value NoLockScreen.
4. Double-click NoLockScreen and change the hexadecimal value from 0 to 1.
5. Click OK when you are finished and close the Registry Editor.
See the instructions in my Onedrive 应用 folder: Browser-themes-README.txt
Followed the instruction here:
GitHub - dannycolin/ff-ultra-compact-mode: A Better Compact Mode for Firefox Proton
toolkit.legacyUserProfileCustomizations.stylesheets.toolkit.legacyUserProfileCustomizations.stylesheets preference to switch the value from false to true.browser.compactmode.show and set it to true.:root {
/* Appmenu: Reduce item padding */
--arrowpanel-menuitem-padding-block: 4px 8px !important;
/* Tabbar: reduce tab margin */
--tab-block-margin: 4px 3px !important;
/* Set minimum width below which tabs will not shrink (minimum 22px) */
--my-tab-min-width: 10px;
}
/* Essential rule for reducing minimum tab width */
.tabbrowser-tab:not([pinned]){
min-width: var(--my-tab-min-width) !important;
}
/* Optional rules for widths below 40px */
/* Reduce icon's right margin for less wasted space */
.tabbrowser-tab:not([pinned]) .tab-icon-image {
margin-right: 1px !important;
}
/* Adjust padding for better centering and less wasted space */
.tabbrowser-tab:not([pinned]) .tab-content{
padding-left: calc((var(--my-tab-min-width) - 22px)/2) !important;
padding-right: calc((var(--my-tab-min-width) - 22px)/2) !important;
}
/* Reduce close button's padding for less wasted space */
.tab-close-button.close-icon {
padding-left: 0 !important;
padding-right: 3px !important;
}
/* Tab: Reduce height */
.tabbrowser-tab {
min-height: 24px !important;
}
/* URLBar: Fix vertical alignment */
#urlbar[breakout=true]:not([open="true"]) {
--urlbar-height: 20px !important;
--urlbar-toolbar-height: 24px !important;
}
/* Toolbar: Reduce spacing */
#urlbar-container {
--urlbar-container-height: 30px !important;
margin-top: 0 !important;
}
/* Reload Button: Fix vertical alignment */
#reload-button {
margin-block-start: -2px !important;
}
.tabbrowser-tab .tab-context-line {
margin: -3px 0px !important;
background-color: #76B900;
height: 3px;
}
.tabbrowser-tab[selected="true"] .tab-context-line {
margin: -3px 0px !important;
background-color: red;
height: 3px;
}
What worked?
I mainly used the instructions in this article: https://techorfy.com/root-samsung-galaxy-tab-s6-lite/
Main take-aways:
1. The tablet/phone bootloader must be unlocked (In the developer options OEM解锁)
2. Used Magisk app to patch the boot.img file and replace the one in the factory stock AP*** file. Used Odin to refresh the files to the tablet. TWRP was not needed and used.
3. Some useful tips: To enter the tablet download mode: press volume UP + volume DOWN buttons, then plugin the power cable.