Last active
February 3, 2019 16:49
-
-
Save viix/7f597db70b9c720a8809559daadc55fa to your computer and use it in GitHub Desktop.
on chromebook pixel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman-mirrors -i -c China -m rank | |
sudo pacman -Syyu | |
vim ~/.Xresources | |
Xft.dpi: 192 | |
vim /etc/X11/xorg.conf.d/30-touchpad.conf | |
Option "NaturalScrolling" "true" | |
sudo pacman -S shadowsocks | |
systemctl enable [email protected] | |
sudo systemctl enable fstrim.timer | |
sudo systemctl start fstrim.timer | |
sudo pacman -S redshift | |
vim ~/.config/redshift/redshift.conf | |
systemctl --user enable redshift.service | |
vim .config/morc_menu/morc_menu_v1.conf | |
avg_char_width=18 | |
sudo pacman -S chromium | |
vim ~/.i3/config | |
pale-moon --> chromium | |
## to enable suspend, may have to add to systemctl service | |
sudo modprobe tpm_tis force=1 interrupts=0 | |
sudo vim /etc/systemd/logind.conf | |
sudo pacman -S fcitx fcitx-googlepinyin fcitx-configtool fcitx-im | |
vim ~/.profile | |
export GTK_IM_MODULE=fcitx | |
export QT_IM_MODULE=fcitx | |
export XMODIFIERS=@im=fcitx | |
fcitx -d -r | |
Thanks to | |
https://confluence.jaytaala.com/display/TKB/My+Manjaro+i3+setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment