/usr/lib/gdesklets/config/settings.py is in gdesklets 0.36.1-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #
# Module for holding runtime settings.
#
show_tray_icon = True
show_load_splash = False
dpi = 96
editor = "gnome-text-editor"
float_key = (96, 1) # <Shift> <F12>
|