From 3e322ad69f8a2e6dad7f41df0d426258a15fa999 Mon Sep 17 00:00:00 2001 From: Humphrey Lin Date: Mon, 30 Nov 2020 11:34:33 +0000 Subject: Remove Manjaro Setup Notes --- manjaro-startup.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 manjaro-startup.md (limited to 'manjaro-startup.md') diff --git a/manjaro-startup.md b/manjaro-startup.md deleted file mode 100644 index 59d9024..0000000 --- a/manjaro-startup.md +++ /dev/null @@ -1,36 +0,0 @@ -# Manjaro Startup Notes - -Update software: `sudo pacman -Syu` #TODO: What is it different from `sudo pacman -Syyu` - -Install some useful software: - -```bash -sudo pacman -S yay -yay -S google-chrome -``` - -## Natural Scrolling - -Open the `/etc/X11/xorg.conf.d/30-touchpad.conf` file, then add the natural scrolling option: - -``` -Section "InputClass" - ... - Option "Natural Scrolling" "true" - ... -EndSection -``` - -## (China Specific) Install Proxy - -Use the command `sudo pacman -S ss-qt5`. In I3WM, it is difficult to set global proxy. It would be better to use SwitchyOmega in Chrome. First use `google-chrome-stable --proxy-server=""` to launch chrome and download SwitchyOmega then use chrome as usual. - -## (China Specific) Install input sources - -Install fcitx first: `sudo pacman -S fcitx-im fcitx-configtool fcitx-googlepinyin`. Then add the following content to `~/.xprofile`. - -``` -export GTK_IM_MODULE=fcitx -export QT_IM_MODULE=fcitx -export XMODIFIERS="@im=fcitx" -``` -- cgit v1.2.3