文档 🚧🚧🚧...
使用我的配置: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply mayapony
主题和图标:colloid
- 字体:LXGW Neo XiHei Screen、Input Mono、Apple Color Emoji、FiraCode
- 终端:kitty
- 编辑器:vscode/neovim
- 文件管理器:Thunar/joshuto
- 网易云音乐:netease-cloud-music
- 通知管理:SwayNotificationCenter
- 壁纸管理:swww
- 番茄计时器:Pomatez、BreakTimer
- 使用时间记录:ActivityWatch
- cpu、内存、磁盘使用:btop
使用 nwg-look,修改配置文件 https://wiki.hyprland.org/FAQ/#how-do-i-change-me-mouse-cursor,主题使用的是bibata
使用 yin-yang, 并且使用一些脚本, 详见 dotfiles/scripts/yin-yang
字体配置参考 Arch 文档
- 使用 sudoedit 编辑需要 root 权限的文件,可以加载 nvim 的插件并且更加安全
i3 的配置文件在
~/.i3/config
友情链接:
默认程序位置: .config/mimeapps.list
启动输入法
exec --no-startup-id fcitx5
配置文件位置
~/.config/i3blocks/config
无法从 mirrors.tuna.tsinghua.edu.cn : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds 获取文件 'archlinuxcn.db'
解决办法:
修改/etc/pacman.conf
[archlinuxcn]
SigLevel = Optional TrustAll
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
[options]
XferCommand = /usr/bin/wget --quiet --show-progress --passive-ftp -c -O %o %u
SigLevel = Required DatabaseNever
pacman -Syu haveged
systemctl start haveged
systemctl enable haveged
rm -fr /etc/pacman.d/gnupg
pacman-key --init
pacman-key --populate archlinux
pacman-key --populate archlinuxcn
使用proxychains vi init.vim
即可。
- fzf
- thefuck
- autojump
- figlet 获得艺术字
- nitrogen 壁纸管理
- goldendict 翻译工具 使用指南 非常好用!
- manjaro-application-utility 默认应用管理工具
- flameshot 截图
- deepin-system-monitor 任务管理器 (好看)
- zeal 离线文档·······
- stacer 系统诊断和优化工具
- qtq2 文本转二维码 (可不登陆 qq 与手机通信)
- nitroshare 局域网文件传输
- feem 局域网文件传输,可通过手机热点传输
- font-manager 字体管理工具
- gimp 图片编辑工具
- ydcv 有道翻译命令行
- youdao-dict 有道翻译
- xfce4-clipman 截图
- filezilla ftp 工具
- simplescreenrecorder 屏幕录制
- proxychains 终端代理
- alsamixer 声音调节
- baidunetdisk 百度网盘
- Evince PDF 阅读器
- Gcolor2 取色器
- breaktimer 休息定时器
- xunlei 迅雷下载
- kdeconnect 局域网文件传输等
- peek GIF 录制工具
- pinta 画图工具
- piper 鼠标管理工具
- aur/deepin.com.qq.im.light QQ 很好用
- nextcloud 私人云
- Dbeaver SQL 数据库
- git-delta 替代
diff
的工具 - trash-cli 使用 trash 命令代替 rm,删除文件更加安全
- qt5ct 修改 QT Theme
- foxitreader pdf 阅读器
- kleopatra 证书管理器
- alacritty 终端
剪切板工具
xsel
manjaro-i3
自带的剪切板管理工具,不能贴图片。。
换成了 xfce4-clipman
解决图片粘贴问题
安装pip2
sudo pacman install python2-pip
- 3bar position 设置为 top 时,底部 bar 仍显示
$ rm -r ~/.config/nitrogen/
- 蓝牙连接成功但是没有声音
解决方法:
启动: pulseaudio --start
如果失败 使用killall pulseaudio
- 关闭 BIOS 的声音
解决办法:在终端输入 xset -b
并回车
也可以把下面一行加入到 xprofile
sudo echo 'xset -b' >> ~/.xprofile
firefox
没有声音
修改 i3
配置
just in case anyone is still interested, I had it working on the first try.
I installed pulseaudio, pulseaudio-alsa, manjaro-pulse, pavu-control and pa-applet.
I uninstalled the volume-icon that was in the tray. No particular reason, so I don't
know if the present tray volume control works with pulse as well.
Then, in the i3 config file, under autostart applications, I added these two entries:
exec --no-startup-id pa-applet
exec --no-startup-id start-pulseaudio-x11
This will start pulseaudio and you'll have a audio applet on the bottom "panel" or
whatever it's called. I had to do this on pretty much every pc with manjaro i3,
because none of my hardware has any controls under just alsa alone, so I could
not unmute and change volume, so I had no audio.
Anyway, this works on both my desktops and my laptop.
- alacritty 关闭后鼠标处于加载状态
exec ** --no-startup-id ** alacritty
nvim ~/.profile
修改 export export BROWSER=/usr/bin/chromium
如果上述方案无效:
-
找到下方文件 此为
google-chorome
快捷方式/usr/share/applications/google-chrome-stable.desktop
-
执行下列命令(在
bash shell
下执行)unset BROWSER xdg-settings set default-web-browser google-chrome-stable.desktop xdg-settings get default-web-browser
将字体添加在 ~/.local/share/fonts
主题、图标、光标:WhiteSur
壁纸位置: /usr/share/backgrounds
终端提示符:https://starship.rs/guide/
archlinux-java --help # 使用set命令
doom-emacs 建议
appiamge 存放位置:/opt/appimages
用户位置:~/.appimages
一些脚本: ~/.scripts