System Customization
echo 'blacklist pcspkr' | sudo tee --append /etc/modprobe.d/nobeep.conf
to get rid of the beep sound
Custom Shortcut
Super+W
= open browserSuper+R
= open terminalSuper+Shift+S
= screenshot
优点
./program | xclip -selection c
copy output to clipboard
Use ranger yc
copy content yn
copy name
问题
- 微信 emoji 无法显示
Ctrl+arrowKey
无中文分词- scaling on HiDPI display
- Matlab mupad 无法输入中文
- 鼠标滚轮速度调节 imwheel,但是触摸板就有问题了
- Bluetooth 连接极慢
sudo -e /etc/bluetooth/main.conf
change setting - 鼠标速度有问题
- 鼠标在 GTK 应用里会变大
- White Color scheme with white text can’t see
- VSCode terminal font
"terminal.integrated.fontFamily": "MesloLGS NF"
- office kinda sucks
- wayland fucked up after random upgrade, uninstall nvidia driver to fix, but screenshot fucked up after using wayland.
代理
- 安装 Clash via pacman
- Config in
~/.config/clash/config.yaml
- Config in
- create systemd
[Unit]
Description=Clash daemon
After=network.target
[Service]
Type=simple
Restart=always
MemoryLimit=125M
ExecStart=/usr/bin/clash -d /home/cyn/.config/clash
[Install]
WantedBy=multi-user.target
- Set up proxy in network
- Use yacd to control clash
- hope the program will use your proxy setting
- dns-over-https
中文输入法
方法
完成后 logout
Gnome
Gnome Tweak
- 换主题
- 调缩放
Gnome Box
work out of the box
Gnome Terminal
gnome-terminal --window --maximize
add to custom shortcut with Super+R
Add Desktop Icon
Unix Exchange
~/.local/share/applications/
软件
sudo yay install obsidian-appimage dropbox picgo-appimage
- Dropbox works perfectly
- fzf
- Modern Linux Command
- It’s kind of magic
- ranger Vim
- Vim
- Flameshot
- VSCode
- Color Scheme
- Command Line
总结
上了 Linux 就知道 Windows 下的字体渲染和编程体验是多么的屎
同时也知道 Linux 是有多折腾,Out of the box experience? tan90