Notification keybindings added for the list and for last notification. Also bound flat review copy and append to clipboard as well as the show contents window. Fixed bug with using shift along with the cthulhu modifier in keybinding assignments.

This commit is contained in:
Storm Dragon
2026-01-02 08:58:21 -05:00
parent 733f5eee69
commit 5b446000b8
8 changed files with 45 additions and 38 deletions

View File

@@ -89,14 +89,6 @@ else
summary += {'sound support': 'no (missing gstreamer)'}
endif
# Check for libpeas
libpeas_dep = dependency('libpeas-1.0', required: false)
if libpeas_dep.found()
summary += {'plugin loading': 'yes (found libpeas)'}
else
summary += {'plugin loading': 'no (missing libpeas)'}
endif
# Integration with session startup
i18n.merge_file(
input: 'cthulhu-autostart.desktop.in',