Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-09-13 17:59:25 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-09-13 17:59:25 +0300
commit68971589a695695851d45a50d7b201465b6564bd (patch)
tree263bb9557011c8b09dc4e0a163809527d41f8b25
parent0bebae98d999bdbcec5588834f39ced25e141925 (diff)
Add 'fonts' category
-rwxr-xr-xcalm/hint.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/calm/hint.py b/calm/hint.py
index c202f8c..1cbfb33 100755
--- a/calm/hint.py
+++ b/calm/hint.py
@@ -101,7 +101,7 @@ hintkeys[override] = {
categories = ['accessibility',
'admin',
'archive',
- 'audio',
+ 'audio', # debian uses 'sound'
'base',
'comm',
'database',
@@ -109,6 +109,7 @@ categories = ['accessibility',
'devel',
'doc',
'editors',
+ 'fonts',
'games',
'gnome',
'graphics',