config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 7c85ea921ef97f32f9ec8590d0b25895babf5dcd
parent 4eb1520c7de27ed3f7e53db5bd38d97b98bf0f5b
Author: dwrz <dwrz@dwrz.net>
Date:   Fri, 18 Oct 2024 08:42:48 +0000

Add fcitx5 clipboard conf

Diffstat:
Afcitx5/conf/clipboard.conf | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/fcitx5/conf/clipboard.conf b/fcitx5/conf/clipboard.conf @@ -0,0 +1,15 @@ +# Number of entries +Number of entries=25 +# Do not show password from password managers +IgnorePasswordFromPasswordManager=False +# Hidden clipboard content that contains a password +ShowPassword=False +# Seconds before clearing password +ClearPasswordAfter=30 + +[TriggerKey] +0=Control+Super+C + +[PastePrimaryKey] +0=Control+Super+V +