Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.16 KB

NEW_UBUNTU_MACHINE.md

File metadata and controls

70 lines (43 loc) · 1.16 KB

TMUX

except ~/.tmux.conf, need to clone this repo to ~/.tmux for plugins

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

global dark theme

~/.config/gtk-3.0/settings.ini


[Settings]
gtk-application-prefer-dark-theme=1

Natuaral scrolling

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

https://askubuntu.com/questions/1122513/how-to-add-natural-inverted-mouse-scrolling-in-i3-window-manager

Change keyrepeat rate

 xset r rate 300 40

NVIDIA drivers

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