except ~/.tmux.conf
, need to clone this repo to ~/.tmux
for plugins
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
~/.config/gtk-3.0/settings.ini
[Settings]
gtk-application-prefer-dark-theme=1
Ubuntu Natural scrolling
/usr/share/X11/xorg.conf.d/40-libinput.conf
Add there Option "NaturalScrolling" "True" like this:
For your mouse
# Match on all types of devices but joysticks
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "True"
EndSection
xset r rate 300 40
https://www.linuxcapable.com/install-nvidia-drivers-on-ubuntu-linux/
# With new installation, nouveau is often the default:
lsmod | grep nouveau
# List recommended drivers
ubuntu-drivers devices
# select recommended one and install
sudo apt install nvidia-driver-530