From 75997c63b0986403bc81c7adfe2c21a5b5894c38 Mon Sep 17 00:00:00 2001 From: dmahacker Date: Thu, 1 Aug 2024 19:43:06 +0800 Subject: [PATCH] update --- .config/fcitx5/conf/classicui.conf | 44 +++++++++++++++++++++--------- .ssh/dma-config | 5 ++++ 2 files changed, 36 insertions(+), 13 deletions(-) diff --git a/.config/fcitx5/conf/classicui.conf b/.config/fcitx5/conf/classicui.conf index c0e988a..6dd2eb0 100644 --- a/.config/fcitx5/conf/classicui.conf +++ b/.config/fcitx5/conf/classicui.conf @@ -1,17 +1,35 @@ # 垂直候选列表 Vertical Candidate List=False - -# 可用时在应用程序中显示预编辑文本 -PreeditInApplication=True - -# 按屏幕 DPI 使用 -PerScreenDPI=True - -# Font (设置成你喜欢的字体) -# 这个字体需要安装思源黑体 +# 使用鼠标滚轮翻页 +WheelForPaging=True +# 字体 Font="思源黑体 CN Medium 12" - +# 菜单字体 +MenuFont="Sans 10" +# 托盘字体 +TrayFont="Sans Bold 10" +# 托盘标签轮廓颜色 +TrayOutlineColor=#000000 +# 托盘标签文本颜色 +TrayTextColor=#ffffff +# 优先使用文字图标 +PreferTextIcon=False +# 在图标中显示布局名称 +ShowLayoutNameInIcon=True +# 使用输入法的语言来显示文字 +UseInputMethodLanguageToDisplayText=True # 主题 -# Theme=winter -# 这个主题需要安装包fcitx5-material-color -Theme=Material-Color-DeepPurple +Theme=winter +# 深色主题 +DarkTheme=default-dark +# 跟随系统浅色/深色设置 +UseDarkTheme=False +# 当被主题和桌面支持时使用系统的重点色 +UseAccentColor=True +# 在 X11 上针对不同屏幕使用单独的 DPI +PerScreenDPI=True +# 固定 Wayland 的字体 DPI +ForceWaylandDPI=0 +# 在 Wayland 下启用分数缩放 +EnableFractionalScale=True + diff --git a/.ssh/dma-config b/.ssh/dma-config index 6a49002..2c96cd0 100644 --- a/.ssh/dma-config +++ b/.ssh/dma-config @@ -29,6 +29,11 @@ Host nat Port 55914 User root +Host home + Hostname 192.168.124.9 + Port 13911 + User remote + Host gate Hostname 192.168.124.1 Port 22