mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-30 04:05:26 +01:00
6f75925146
Although removing these dotfiles gave the repository a clean feeling, it made it significantly harder to resume using a certain window manager or other tool at any time. Instead of removing dotfiles entirely, it's enough to simply not install the programs you don't want to use, or even install them but not open them.
67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
[Hotkey]
|
|
# Enumerate when press trigger key repeatedly
|
|
EnumerateWithTriggerKeys=True
|
|
# Temporally switch between first and current Input Method
|
|
AltTriggerKeys=
|
|
# Enumerate Input Method Forward
|
|
EnumerateForwardKeys=
|
|
# Enumerate Input Method Backward
|
|
EnumerateBackwardKeys=
|
|
# Skip first input method while enumerating
|
|
EnumerateSkipFirst=False
|
|
# Enumerate Input Method Group Forward
|
|
EnumerateGroupForwardKeys=
|
|
# Enumerate Input Method Group Backward
|
|
EnumerateGroupBackwardKeys=
|
|
# Activate Input Method
|
|
ActivateKeys=
|
|
# Deactivate Input Method
|
|
DeactivateKeys=
|
|
|
|
[Hotkey/TriggerKeys]
|
|
0=Super+bracketleft
|
|
|
|
[Hotkey/PrevPage]
|
|
0=Up
|
|
|
|
[Hotkey/NextPage]
|
|
0=Down
|
|
|
|
[Hotkey/PrevCandidate]
|
|
0=Shift+Tab
|
|
|
|
[Hotkey/NextCandidate]
|
|
0=Tab
|
|
|
|
[Hotkey/TogglePreedit]
|
|
0=Control+Alt+P
|
|
|
|
[Behavior]
|
|
# Active By Default
|
|
ActiveByDefault=False
|
|
# 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
|
|
# Override Xkb Option
|
|
OverrideXkbOption=False
|
|
# Custom Xkb Option
|
|
CustomXkbOption=
|
|
# Force Enabled Addons
|
|
EnabledAddons=
|
|
# Force Disabled Addons
|
|
DisabledAddons=
|
|
# Preload input method to be used by default
|
|
PreloadInputMethod=True
|
|
|