new option: T (no-terminal)
This commit is contained in:
parent
7b5d8110c0
commit
d6f54216ad
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ def parse_query(args):
|
|||
result['inverted_colors'] = True
|
||||
if 't' in q:
|
||||
result['transparency'] = '150'
|
||||
if 'T' in q:
|
||||
result['no-terminal'] = True
|
||||
if 'p' in q:
|
||||
result['padding'] = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue