~

配置


Packages

7zip, alacritty, base, base-devel, bluez, bluez-utils, brightnessctl, broadcom-wl-dkms, bspwm, btop, clipmenu, dmenu, dunst, efibootmgr, ethtool, feh, firefox, fish, flameshot, freerdp, fuse2, fzf, git, github-cli, helix, imv, inkscape, intel-media-driver, intel-ucode, jq, libva-intel-driver, linux-firmware-broadcom, linux-firmware-cirrus, linux-firmware-intel, linux-firmware-other, linux-firmware-realtek, linux-firmware-whence, linux-lts, linux-lts-headers, man-db, mpv, networkmanager, noto-fonts, noto-fonts-cjk, noto-fonts-emoji, nwg-look, oha, openbsd-netcat, openssh, picom, pipewire, pipewire-alsa, pipewire-jack, pipewire-pulse, postgresql-libs, powertop, python-pip, remmina, rofi, rtkit, rustup, seatd, smbclient, sqlx-cli, sxhkd, tlp, tmux, tree, ttf-jetbrains-mono-nerd, ttf-liberation, unzip, uv, vulkan-intel, wireplumber, xcalib, xh, xorg-server, xorg-xev, xorg-xinit, xorg-xinput, yazi, yt-dlp, zoxide, zram-generator

~/.config/alacritty/alacritty.toml

[general]
import = [
  "~/.config/alacritty/tokyonight_storm.toml"
]

[window]
dynamic_padding = true

[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }

[cursor]
style = { shape = "Beam", blinking = "On" }

~/.config/helix/config.toml

theme = "tokyonight_storm"

[editor]
cursor-shape.insert = "bar"

[keys.insert]
"C-a" = "goto_line_start"
"C-e" = "goto_line_end"
"C-s" = ":w"

~/.config/mpv/mpv.conf

# http-proxy=http://127.0.0.1:7890
profile=fast
hwdec=auto
ytdl-raw-options=cookies-from-browser=firefox,format-sort="vcodec:avc1,res:1080"
cache-secs=30
geometry=100%

~/.config/fontconfig/fonts.conf

Arch Linux 的 noto-fonts-cjk 中文显示日文字形问题


~/.config/systemd/user/org.gnome.Shell@wayland.service.d/override.conf

[Service]
ExecStart=
ExecStart=/usr/bin/gnome-shell --no-x11

~/.config/foot/foot.ini

[main]
include=~/.config/foot/tokyonight_day.ini
font=JetBrainsMonoNL Nerd Font:size=13
initial-window-size-chars=88x28

[cursor]
blink=true

# [colors]
# alpha=0.9

~/.config/kitty/kitty.conf

cursor_shape           underline
remember_window_size   no
shell_integration      no-cursor
macos_titlebar_color   background
macos_option_as_alt    yes