Skip to content

Instantly share code, notes, and snippets.

@viix
Last active February 3, 2019 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viix/7f597db70b9c720a8809559daadc55fa to your computer and use it in GitHub Desktop.
Save viix/7f597db70b9c720a8809559daadc55fa to your computer and use it in GitHub Desktop.
on chromebook pixel
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 shadowsocks@config.service
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