Added Tilix dconf to bootstrap
This commit is contained in:
parent
48401656d9
commit
9d5860dadc
2 changed files with 42 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
39
.config/yadm/tilix.dconf
Normal file
39
.config/yadm/tilix.dconf
Normal file
|
@ -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='<Super>c'
|
||||
terminal-paste='<Super>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'
|
Loading…
Reference in a new issue