This is the place I jot down solutions or nice bash commands and tools.
sudo apt install btop tldr mc
or
sudo dnf install btop tldr mc
In case Hibernate causes your computer to crash, disabling it will also remove the option from all menus.
sudo systemctl mask hibernate.target hybrid-sleep.target
Use unmask to reenable and status to see if it's enabled.
Changing the border color makes it easier to identify current window. This is convinient if title bars are removed.
frame=61,174,233: set the border color of active window to RGB(61,174,233)inactiveFrame=239,240,241: set the border color of inactive window to RGB(239,240,241)Note: the RGB values presented here are for the default Breeze theme
Note: You might also need to set the border size larger than the theme's default: System Settings > Application Style > Window Decorations. Large borders are nice.
But honestly, better to use a good pre made Window Decoration:
usudo tar xf ~/Downloads/lf-linux-386.tar.gz –directory /usr/local/binnano ~/.bashrcalias lsf=“cd \”$(lf -print-last-dir)\“”