Skip to content

Commit

Permalink
Merge pull request #713 from Vulcalien/bg-image-draw-modes
Browse files Browse the repository at this point in the history
Background image drawing modes and alignment
  • Loading branch information
mattrose authored Mar 1, 2023
2 parents 403bf54 + 6cc3052 commit b0f4463
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 82 deletions.
3 changes: 3 additions & 0 deletions terminatorlib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
'background_darkness' : 0.5,
'background_type' : 'solid',
'background_image' : '',
'background_image_mode' : 'stretch_and_fill',
'background_image_align_horiz': 'center',
'background_image_align_vert' : 'middle',
'backspace_binding' : 'ascii-del',
'delete_binding' : 'escape-sequence',
'color_scheme' : 'grey_on_black',
Expand Down
Loading

0 comments on commit b0f4463

Please sign in to comment.