Add ability for X clibpard and Fenrir's clipboard to stay in sync.

This commit is contained in:
Storm Dragon
2026-06-27 16:55:00 -04:00
parent 447e2cc896
commit ad863ad706
20 changed files with 740 additions and 77 deletions
+3 -1
View File
@@ -1921,7 +1921,8 @@ link:#export clipboard to file[export clipboard to file]. The variable
`+$user+` is replaced by the current logged username.
....
clipboardExportPath=/tmp/fenrirClipboard
[clipboard]
clipboard_export_path=/tmp/fenrirClipboard
....
Values: Text, Systemfilepath
@@ -1929,6 +1930,7 @@ Values: Text, Systemfilepath
The number of available clipboards:
....
[clipboard]
number_of_clipboards=10
....
+3 -1
View File
@@ -1133,10 +1133,12 @@ Values: on=''True'', off=''False''
Specify the path where the clipboard should be exported to.
See [[#export clipboard to file|export clipboard to file]].
The variable ''$user'' is replaced by the current logged username.
clipboardExportPath=/tmp/fenrirClipboard
[clipboard]
clipboard_export_path=/tmp/fenrirClipboard
Values: Text, Systemfilepath
The number of available clipboards:
[clipboard]
number_of_clipboards=10
Values: Integer, 1 - 999