Disable fcitx5 clipboard
This commit is contained in:
parent
e086b08f45
commit
238d939d8e
|
@ -1,7 +1,5 @@
|
||||||
# Vertical Candidate List
|
# Vertical Candidate List
|
||||||
Vertical Candidate List=False
|
Vertical Candidate List=False
|
||||||
# Use Per Screen DPI
|
|
||||||
PerScreenDPI=True
|
|
||||||
# Use mouse wheel to go to prev or next page
|
# Use mouse wheel to go to prev or next page
|
||||||
WheelForPaging=True
|
WheelForPaging=True
|
||||||
# Font
|
# Font
|
||||||
|
@ -19,9 +17,19 @@ PreferTextIcon=False
|
||||||
# Show Layout Name In Icon
|
# Show Layout Name In Icon
|
||||||
ShowLayoutNameInIcon=True
|
ShowLayoutNameInIcon=True
|
||||||
# Use input method language to display text
|
# Use input method language to display text
|
||||||
UseInputMethodLangaugeToDisplayText=True
|
UseInputMethodLanguageToDisplayText=True
|
||||||
# Theme
|
# Theme
|
||||||
Theme=plasma
|
Theme=plasma
|
||||||
|
# Dark Theme
|
||||||
|
DarkTheme=plasma
|
||||||
|
# Follow system light/dark color scheme
|
||||||
|
UseDarkTheme=False
|
||||||
|
# Follow system accent color if it is supported by theme and desktop
|
||||||
|
UseAccentColor=True
|
||||||
|
# Use Per Screen DPI on X11
|
||||||
|
PerScreenDPI=True
|
||||||
# Force font DPI on Wayland
|
# Force font DPI on Wayland
|
||||||
ForceWaylandDPI=0
|
ForceWaylandDPI=0
|
||||||
|
# Enable fractional scale under Wayland
|
||||||
|
EnableFractionalScale=True
|
||||||
|
|
||||||
|
|
|
@ -59,4 +59,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
|
||||||
|
# Show preedit text when typing password
|
||||||
|
ShowPreeditForPassword=False
|
||||||
|
# Interval of saving user data in minutes
|
||||||
|
AutoSavePeriod=30
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue