Fish Touching🐟🎣

Manjaro

Mar 6, 2023

Linux

# System Customization

echo 'blacklist pcspkr' | sudo tee --append /etc/modprobe.d/nobeep.conf to get rid of the beep sound

# Custom Shortcut

  1. Super+W = open browser
  2. Super+R = open terminal
  3. Super+Shift+S = screenshot

# 优点

./program | xclip -selection c copy output to clipboard
Use ranger yc copy content yn copy name

# 问题

  1. 微信 emoji 无法显示
  2. Ctrl+arrowKey 无中文分词
  3. scaling on HiDPI display
    1. Matlab
    2. Gnome Tweak
    3. 依云blog
  4. Matlab mupad 无法输入中文
  5. 鼠标滚轮速度调节 imwheel,但是触摸板就有问题了
  6. Bluetooth 连接极慢 sudo -e /etc/bluetooth/main.conf change setting
  7. 鼠标速度有问题
  8. 鼠标在 GTK 应用里会变大
  9. White Color scheme with white text can’t see
  10. VSCode terminal font "terminal.integrated.fontFamily": "MesloLGS NF"
  11. office kinda sucks
  12. wayland fucked up after random upgrade, uninstall nvidia driver to fix, but screenshot fucked up after using wayland.

# 代理

  1. 安装 Clash via pacman
    1. Config in ~/.config/clash/config.yaml
  2. 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
  1. Set up proxy in network
  2. Use yacd to control clash
  3. hope the program will use your proxy setting
  4. 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

# 总结

上了 Linux 就知道 Windows 下的字体渲染和编程体验是多么的屎
同时也知道 Linux 是有多折腾,Out of the box experience? tan90