From 9d5860dadcc75a5d70e3511c15dcb731a75e0b45 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 4 Sep 2022 12:40:30 -0400 Subject: [PATCH] Added Tilix dconf to bootstrap --- .config/yadm/bootstrap.d/gnome##os.Linux | 3 ++ .config/yadm/tilix.dconf | 39 ++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .config/yadm/tilix.dconf diff --git a/.config/yadm/bootstrap.d/gnome##os.Linux b/.config/yadm/bootstrap.d/gnome##os.Linux index 2ac2dd9..6e49294 100755 --- a/.config/yadm/bootstrap.d/gnome##os.Linux +++ b/.config/yadm/bootstrap.d/gnome##os.Linux @@ -23,3 +23,6 @@ if [[ -f /etc/os-release ]]; then gsettings set org.gnome.desktop.wm.keybindings switch-group '[]' fi fi + +dconf load -f /org/gexperts/Tilix < "$HOME/.config/yadm/tilix.dconf" + diff --git a/.config/yadm/tilix.dconf b/.config/yadm/tilix.dconf new file mode 100644 index 0000000..14fbeaa --- /dev/null +++ b/.config/yadm/tilix.dconf @@ -0,0 +1,39 @@ +[/] +quake-height-percent=50 +quake-hide-headerbar=true +quake-specific-monitor=0 +quake-tab-position='bottom' +quake-width-percent=99 +tab-position='bottom' +terminal-title-show-when-single=false +warn-vte-config-issue=false + +[keybindings] +session-switch-to-terminal-down='disabled' +session-switch-to-terminal-left='disabled' +session-switch-to-terminal-right='disabled' +session-switch-to-terminal-up='disabled' +terminal-copy='c' +terminal-paste='v' + +[profiles] +list=['2b7c4080-0ddd-46c5-8f23-563fd3ba789d', 'd2d47834-ba29-47a3-8db1-57cf5c0aaede'] + +[profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d] +visible-name='Default' + +[profiles/d2d47834-ba29-47a3-8db1-57cf5c0aaede] +background-color='#263238' +badge-color-set=false +bold-color-set=false +cursor-colors-set=false +custom-command='tmux -2 a' +font='Hack 12' +foreground-color='#A1B0B8' +highlight-colors-set=false +login-shell=true +palette=['#252525', '#FF5252', '#C3D82C', '#FFC135', '#42A5F5', '#D81B60', '#00ACC1', '#F5F5F5', '#708284', '#FF5252', '#C3D82C', '#FFC135', '#42A5F5', '#D81B60', '#00ACC1', '#F5F5F5'] +use-custom-command=true +use-system-font=false +use-theme-colors=false +visible-name='Tmux'