diff --git a/.config/X11/Xresources b/.config/X11/Xresources index c785b5d..d54c138 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -7,8 +7,7 @@ Xft.hintstyle: hintslight Xft.hinting: 1 Xft.antialias: 1 Xft.rgba: rgb -*.font: xft:Iosevka Term SS04:pixelsize=18,\ - xft:Noto Sans CJK SC:pixelsize=18 +*.font: xft:monospace:size=12 !--- colorscheme: material ---! ! special diff --git a/.config/pikaur.conf b/.config/pikaur.conf index 235c7d6..199ea86 100644 --- a/.config/pikaur.conf +++ b/.config/pikaur.conf @@ -31,6 +31,8 @@ privilegeescalationtool = sudo aururl = https://aur.tuna.tsinghua.edu.cn newsurl = https://www.archlinux.org/feeds/news/ socks5proxy = +aurhttpproxy = +aurhttpsproxy = [review] donteditbydefault = no diff --git a/.pam_environment b/.pam_environment index 3734386..7d2865c 100644 --- a/.pam_environment +++ b/.pam_environment @@ -1,7 +1,7 @@ # default EDITOR DEFAULT=nvim BROWSER DEFAULT=firefox -MANPAGER DEFAULT="nvim -c 'set ft=man' -" +MANPAGER DEFAULT="nvim +Man!" # xdg base directory XDG_CONFIG_HOME DEFAULT=@{HOME}/.config