To enable Manjaro to use all 6 CPUs on my computer, enter this at a terminal: MAKEFLAGS=”-j$(nproc)”
Enable AUR. Search AUR for Vivaldi and Vivaldi-codecs
To open a terminal with ctrl-alt-T open Settings > Keyboard > Application Shortcuts > +Add > Command: exo-open –launch TerminalEmulator
Click OK and when asked for a keyboard command, simply press Ctrl-Alt-t
Howto – keyboard sound control finally figured out. Using pactl which allows greater than 100% sound volume.
To open a terminal with ctrl-alt-T open Settings > Keyboard > Application Shortcuts > +Add > Command:
pactl set-sink-mute 1 toggle [mutes or unmutes]
pactl set-sink-volume 1 +5%
pactl set-sink-volume 1 -10% (then reboot the computer)
Install Xscreensaver
Mouse Acceleration:
Try this:
sudo ln -s /usr/share/X11/xorg.conf.d/10-evdev.conf /etc/X11/xorg.conf.d/10-evdev.conf
Restart after making the link.
If it doesn’t work revert the change with:
sudo rm /etc/X11/xorg.conf.d/10-evdev.conf