ags: add config option for gtk anim duration

This commit is contained in:
end-4
2024-03-04 22:35:07 +07:00
parent 132bc97c83
commit f5885e444c
26 changed files with 60 additions and 87 deletions
+4
View File
@@ -5,6 +5,10 @@ let userConfigOptions = {
'defaultTemperature': 0.9,
'writingCursor': ' ...', // Warning: Using weird characters can mess up Markdown rendering
},
'animations': {
'durationSmall': 110,
'durationLarge': 180,
},
'apps': {
'imageViewer': 'loupe',
},