更新hyprland配置

This commit is contained in:
2025-05-07 15:16:40 +08:00
parent c133e5637f
commit 457028533e
6 changed files with 71 additions and 31 deletions

View File

@@ -1,11 +1,27 @@
# vim:ft=kitty
# 背景透明度
background_opacity 0.6
## name: Catppuccin Latte 🐑
## author: Pocco81 (https://github.com/Pocco81)
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/latte.conf
## blurb: Soothing pastel theme for the high-spirited!
# 开启抗锯齿
enable_ligatures yes
# 开启字体平滑
font_antialias true
# 开启子像素渲染
font_hinting full
# 终端兼容性设置
term xterm-256color
shell_integration no-rc
# 修复 SSH 退格键问题
map ctrl+h send_text all \x08
backspace_sends_backspace yes
# 设置四周边距(单位:像素)
window_padding_width 8
map ctrl+shift+equal change_font_size all +1
map ctrl+shift+minus change_font_size all -1
map ctrl+shift+backspace change_font_size all 0
# The basic colors
@@ -77,12 +93,4 @@ color14 #179299
# white
color7 #ACB0BE
color15 #ACB0BE
# 终端兼容性设置
term xterm-256color
shell_integration no-rc
# 修复 SSH 退格键问题
map ctrl+h send_text all \x08
backspace_sends_backspace yes
color15 #ACB0BE