merge terminator config
This commit is contained in:
parent
6bad2f59c0
commit
12319f9c0c
1 changed files with 12 additions and 0 deletions
|
|
@ -1,15 +1,27 @@
|
||||||
[global_config]
|
[global_config]
|
||||||
|
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||||
|
focus = mouse
|
||||||
|
title_inactive_fg_color = "#b8b8b8"
|
||||||
|
title_transmit_bg_color = "#535d6c"
|
||||||
tab_position = bottom
|
tab_position = bottom
|
||||||
|
title_inactive_bg_color = "#222222"
|
||||||
[keybindings]
|
[keybindings]
|
||||||
|
cycle_prev = <Primary>k
|
||||||
|
cycle_next = <Primary>j
|
||||||
|
close_term = <Primary><Shift>w
|
||||||
|
split_vert = <Primary><Shift>v
|
||||||
|
paste = <Shift>Insert
|
||||||
[profiles]
|
[profiles]
|
||||||
[[default]]
|
[[default]]
|
||||||
scrollbar_position = hidden
|
scrollbar_position = hidden
|
||||||
|
scrollback_infinite = True
|
||||||
use_system_font = False
|
use_system_font = False
|
||||||
background_darkness = 0.8
|
background_darkness = 0.8
|
||||||
background_type = transparent
|
background_type = transparent
|
||||||
background_image = None
|
background_image = None
|
||||||
foreground_color = "#ffffff"
|
foreground_color = "#ffffff"
|
||||||
show_titlebar = False
|
show_titlebar = False
|
||||||
|
#font = Ubuntu Mono 14
|
||||||
font = Inconsolata Medium 15
|
font = Inconsolata Medium 15
|
||||||
[layouts]
|
[layouts]
|
||||||
[[default]]
|
[[default]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue