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