Manjaro初次.md

Manjaro使用

安装

下一步就好了

archlinuxcn
  • yay(go) --> pacman

显示

高分辨屏

  • X11

    cat .Xresources
    Xft.dpi: 170
    Xft.autohint: 0
    Xft.lcdfilter:  lcddefault
    Xft.hintstyle:  hintfull
    Xft.hinting: 1
    Xft.antialias: 1
    Xft.rgba: rgb
    nsfoxer@nsfoxerpc ~>
    
  • Java & QT

     cat /etc/environment
    #
    # This file is parsed by pam_env module
    #
    # Syntax: simple "KEY=VAL" pairs on separate lines
    #
    _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=setting -Dsun.java2d.uiScale=2.5 -Dswing.aatext=true'
    QT_AUTO_SCREEN_SCALE_FACTOR=1
    
    
  • netease-music

    请百度

  • 伪终端(archwiki)

代理

  • 通常: pacman. wget,

    export http_port='127.0.0.1:7890' https_port='127.0.0.1:7890'
    
  • java

     export _JAVA_OPTIONS="-Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=7890"
    
  • npm

    npm config set proxy http://server:port
    npm config set https-proxy http://server:port
    npm config set https-proxy http://server:port
    

软件

软件 说明
clash 图形配置:http://clash.razord.top/, config: ~/.config/clash/config.yaml
wps
xmind-zen
typora markdown, 图床自动上传:偏好设置(自定义脚本)
neovim config: ~/.config/nvim/init.vim
virtualbox 需要重启或手动加入内核模块;虚拟机访问宿主机需用户在vboxuser
netease-music-box mpg123, ~/.netease-musicbox/config.json,"mpg123_parameters": {
"value": ["-b", "824"],
firefox 不支持视频硬解码
chromium-vaapi 硬解码社区支持,需调试
vlc 请开启硬解码

系统软件

software instructions
dwm www.suckless.org,启动项(patch):~/.config/dwm/autostart.sh
st 终端
tlp (manjaro默认包含)笔记本省电管理
ibus-rime 输入法, majnaro初始词库挺好,
flameshot 截屏软件
parcellite 剪贴板
compton 窗口混合管理器
spoon
redshift 护眼软件,~/.config/redshift.conf
dunst 通知进程, ~/.config/dunst/dunstrc
feh 图片查看,桌面背景
xset dpms
xautolock 自动待机,xautolock -time 12 -locker "systemctl suspend" -detectsleep
wname 解决Java程序不正常的问题,wmname LG3D

终端配置

  • zsh
    • oh-my-zsh
      • autojump
      • zsh-notify
      • zsh-autosuggestions
      • zsh-syntax-highlighting
      • git

备份

还未写

原文地址:https://www.cnblogs.com/nsfoxer/p/14348111.html