Ubuntu 22.04 setup after installation
The following setup is my customization while ubuntu initialization
Operating System
Input method
fcitx5-rime
sudo apt install fctix5-*
im-config
nfs-common
sudo apt install nfs-common
sudo mount -t nfs $remote_host:/remote/path /local/path
GNOME
window minimize
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
circle windows
gsettings set org.gnome.shell.extensions.dash-to-dock scroll-action 'cycle-windows'
If the commands are not working, you can install dconf-editor
to set.
Switching between windows with scroll wheel on Ubuntu Dock
Essential Guide: How to Enable ‘Minimize on Click’ on Ubuntu Quickly