chezmoi: dunst, fcitx5, hyprland
3710
dot_config/fcitx5/conf/cached_layouts
Normal file
3
dot_config/fcitx5/conf/notifications.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Hidden Notifications
|
||||
HiddenNotifications=
|
||||
|
||||
|
|
@ -1,15 +1,13 @@
|
|||
[Hotkey]
|
||||
# 反复按切换键时进行轮换
|
||||
# Enumerate when press trigger key repeatedly
|
||||
EnumerateWithTriggerKeys=True
|
||||
# 向前切换输入法
|
||||
# Enumerate Input Method Forward
|
||||
EnumerateForwardKeys=
|
||||
# 向后切换输入法
|
||||
# Enumerate Input Method Backward
|
||||
EnumerateBackwardKeys=
|
||||
# 轮换输入法时跳过第一个输入法
|
||||
# Skip first input method while enumerating
|
||||
EnumerateSkipFirst=False
|
||||
# 切换是否使用嵌入预编辑
|
||||
TogglePreedit=
|
||||
# 触发修饰键快捷键的时限 (毫秒)
|
||||
# Time limit in milliseconds for triggering modifier key shortcuts
|
||||
ModifierOnlyKeyTimeout=250
|
||||
|
||||
[Hotkey/TriggerKeys]
|
||||
|
|
@ -44,28 +42,31 @@ ModifierOnlyKeyTimeout=250
|
|||
[Hotkey/NextCandidate]
|
||||
0=Tab
|
||||
|
||||
[Hotkey/TogglePreedit]
|
||||
0=Control+Alt+P
|
||||
|
||||
[Behavior]
|
||||
# 默认状态为激活
|
||||
# Active By Default
|
||||
ActiveByDefault=False
|
||||
# 重新聚焦时重置状态
|
||||
# Reset state on Focus In
|
||||
resetStateWhenFocusIn=No
|
||||
# 共享输入状态
|
||||
# Share Input State
|
||||
ShareInputState=No
|
||||
# 在程序中显示预编辑文本
|
||||
# Show preedit in application
|
||||
PreeditEnabledByDefault=True
|
||||
# 切换输入法时显示输入法信息
|
||||
# Show Input Method Information when switch input method
|
||||
ShowInputMethodInformation=True
|
||||
# 在焦点更改时显示输入法信息
|
||||
# Show Input Method Information when changing focus
|
||||
showInputMethodInformationWhenFocusIn=False
|
||||
# 显示紧凑的输入法信息
|
||||
# Show compact input method information
|
||||
CompactInputMethodInformation=True
|
||||
# 显示第一个输入法的信息
|
||||
# Show first input method information
|
||||
ShowFirstInputMethodInformation=True
|
||||
# 默认页大小
|
||||
# Default page size
|
||||
DefaultPageSize=5
|
||||
# 覆盖 Xkb 选项
|
||||
# Override Xkb Option
|
||||
OverrideXkbOption=False
|
||||
# 自定义 Xkb 选项
|
||||
# Custom Xkb Option
|
||||
CustomXkbOption=
|
||||
# Force Enabled Addons
|
||||
EnabledAddons=
|
||||
|
|
@ -73,10 +74,10 @@ EnabledAddons=
|
|||
DisabledAddons=
|
||||
# Preload input method to be used by default
|
||||
PreloadInputMethod=True
|
||||
# 允许在密码框中使用输入法
|
||||
# Allow input method in the password field
|
||||
AllowInputMethodForPassword=False
|
||||
# 输入密码时显示预编辑文本
|
||||
# Show preedit text when typing password
|
||||
ShowPreeditForPassword=False
|
||||
# 保存用户数据的时间间隔(以分钟为单位)
|
||||
# Interval of saving user data in minutes
|
||||
AutoSavePeriod=30
|
||||
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
[Groups/0]
|
||||
# Group Name
|
||||
Name=默认
|
||||
Name="Group 2"
|
||||
# Layout
|
||||
Default Layout=us
|
||||
# Default Input Method
|
||||
DefaultIM=rime
|
||||
DefaultIM=keyboard-us
|
||||
|
||||
[Groups/0/Items/0]
|
||||
# Name
|
||||
|
|
@ -12,12 +12,21 @@ Name=keyboard-us
|
|||
# Layout
|
||||
Layout=
|
||||
|
||||
[Groups/0/Items/1]
|
||||
[Groups/1]
|
||||
# Group Name
|
||||
Name="Group 1"
|
||||
# Layout
|
||||
Default Layout=us
|
||||
# Default Input Method
|
||||
DefaultIM=rime
|
||||
|
||||
[Groups/1/Items/0]
|
||||
# Name
|
||||
Name=rime
|
||||
# Layout
|
||||
Layout=
|
||||
|
||||
[GroupOrder]
|
||||
0=默认
|
||||
0="Group 1"
|
||||
1="Group 2"
|
||||
|
||||
1
dot_config/hypr/hyprland/symlink_current.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
/home/js0ny/.dotfiles/platforms/linux/hypr/hyprland/dark.conf
|
||||
1
dot_config/rofi/symlink_current.rasi
Normal file
|
|
@ -0,0 +1 @@
|
|||
/home/js0ny/.config/rofi/dark.rasi
|
||||
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
|
|
@ -1,3 +0,0 @@
|
|||
# 隐藏通知
|
||||
HiddenNotifications=
|
||||
|
||||