diff options
author | rbuj <[email protected]> | 2021-01-03 12:34:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-19 21:16:53 +0100 |
commit | 16cece70c1e9d64a676586a1356d1a23fa296384 (patch) | |
tree | 21fc4cd7f9a5af5c384e2e5970e3d38b4418f03a /desktop-themes/Menta/gtk-3.0/settings.ini.in | |
parent | bd2e9e0befc8fc5c947f96401a6cf1058d49e099 (diff) | |
download | mate-themes-16cece70c1e9d64a676586a1356d1a23fa296384.tar.bz2 mate-themes-16cece70c1e9d64a676586a1356d1a23fa296384.tar.xz |
Set gtk-print-preview-command in settings.ini
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0/settings.ini.in')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/settings.ini.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/settings.ini.in b/desktop-themes/Menta/gtk-3.0/settings.ini.in new file mode 100644 index 00000000..c9508ece --- /dev/null +++ b/desktop-themes/Menta/gtk-3.0/settings.ini.in @@ -0,0 +1,5 @@ +[Settings] +gtk-auto-mnemonics = 1 +gtk-color-scheme = "base_color:#f7f7f7\nbg_color:#dcdcdc\ntooltip_bg_color:#F5F5B5\nselected_bg_color:#accd8a\ntext_color:#2c2c2c\nfg_color:#2c2c2c;\ntooltip_fg_color:#000000\nselected_fg_color:#f5f5f5" +gtk-print-preview-command = @bindir@/atril-previewer --unlink-tempfile --print-settings %s %f +gtk-visible-focus = automatic |