Loading

Manjaro初次.md

Manjaro使用

安装

源添加

archlinuxcn (https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror/)
  • yay(go) --> pacman
  • 32库默认已开启

显示

高分辨屏 (https://wiki.archlinux.org/title/HiDPI)

  • X11

    $ cat .Xresources
    Xft.dpi: 170 # 更改此项 
    # For Xft.dpi, using integer multiples of 96 usually works best, e.g. 192 for 200% scaling. 
    Xft.autohint: 0
    Xft.lcdfilter:  lcddefault
    Xft.hintstyle:  hintfull
    Xft.hinting: 1
    Xft.antialias: 1
    Xft.rgba: rgb
    
  • Java & QT

     cat /etc/environment
    #
    # This file is parsed by pam_env module
    #
    # Syntax: simple "KEY=VAL" pairs on separate lines
    #
    # java的Dsun.java2d.uiScale主要进行UI放大,但只支持整数倍。此处2.5相当于2
    _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=setting -Dsun.java2d.uiScale=2.5 -Dswing.aatext=true'
    QT_AUTO_SCREEN_SCALE_FACTOR=1
    
  • firefox (设置 -> 常规 -> 语言和外观 -> 全局缩放)

代理

  • 通常: pacman. wget, golang,git

    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~
q..v..2..r..a..y 依赖v..2..r..a..y作为内核
wps office
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 请开启硬解码
telegram 电报
spotify 音乐(推荐算法好)
dingtalk linux版本钉钉
qq deepin-wine-qq
wechat deepin-wine-wechat
shotcut 剪辑
gimp 图片编辑
steam archlinux下需开启32库。高级选项%command%
simpleScreenRecorder 录屏
thunderBird 邮件
flameshot 截屏

系统软件

software instructions
dwm www.suckless.org,启动项(patch):~/.config/dwm/autostart.sh
st 终端
tlp (manjaro默认包含)笔记本省电管理
ibus-rime 输入法, majnaro初始词库挺好,可以自定义词库
flameshot 截屏软件
parcellite 剪贴板
picom 窗口混合管理器
spoon dwm状态栏
redshift 护眼软件,~/.config/redshift.conf
dunst 通知进程, ~/.config/dunst/dunstrc
feh 图片查看,桌面背景
xset dpms
xautolock 自动待机,xautolock -time 12 -locker "systemctl suspend" -detectsleep
wname 解决Java程序不正常的问题,wmname LG3D
xss-lock 指定待机,xss-lock -n ~/.local/share/dwm/scripts/dim-screen.sh -- betterlockscreen --off 31 -l dim &
betterlockscreen 锁屏,https://github.com/pavanjadhaw/betterlockscreen/
imagemagic 开源图像编辑。png -> pdf
ffmpeg 开源媒体处理器,vlc的内核。 直播流录屏

终端配置

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

备份

仍未写

Keyrings修复

manjaro可能有时偶尔遇到keyrings错误问题。直接按以下步骤:「https://archived.forum.manjaro.org/t/how-to-solve-keyring-issues-in-manjaro/4020/4]

image-20220421200134359

posted @ 2022-05-28 17:40  nsfoxer  阅读(61)  评论(0编辑  收藏  举报