From 73a206cac05306244f234efcf751b9fea2381232 Mon Sep 17 00:00:00 2001 From: Dionisio E Alonso Date: Tue, 19 Nov 2019 14:35:49 -0300 Subject: [PATCH] Add dconf configs for Tilix --- dconf/README | 13 +++++++++++++ dconf/tilix.dconf | 22 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dconf/README create mode 100644 dconf/tilix.dconf diff --git a/dconf/README b/dconf/README new file mode 100644 index 0000000..a30952e --- /dev/null +++ b/dconf/README @@ -0,0 +1,13 @@ +dconf dumping/loading: +====================== + +$ dconf dump DIR > config.file +$ dconf load DIR < config.file + +Mappings +-------- + +DIR :: config.file + +Tilix: +/com/gexperts/Tilix/ :: dconf/tilix.dconf diff --git a/dconf/tilix.dconf b/dconf/tilix.dconf new file mode 100644 index 0000000..ead0822 --- /dev/null +++ b/dconf/tilix.dconf @@ -0,0 +1,22 @@ +[/] +quake-height-percent=60 +quake-hide-headerbar=true +quake-specific-monitor=0 +quake-width-percent=96 +terminal-title-style='none' +theme-variant='dark' + +[profiles] +list=['2b7c4080-0ddd-46c5-8f23-563fd3ba789d', '7bab8584-7951-419b-b70d-a18ac2d2241e'] + +[profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d] +bold-is-bright=false +font='Monospace 9' +use-system-font=false +visible-name='Default' + +[profiles/7bab8584-7951-419b-b70d-a18ac2d2241e] +background-transparency-percent=8 +font='Monospace 8' +use-system-font=false +visible-name='Quake'