Fix -c does not clear the background in Tilix

This commit is contained in:
ls4154 2018-02-01 13:52:08 +09:00 committed by GitHub
parent 9d36875616
commit 3f29dd8423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ class TilixProvider(_TProv):
path))
def clear():
command = 'gsettings set {} {}'
command = 'gsettings reset {} {}'
os.system(command.format(TilixProvider.setting_key,
TilixProvider.setting_field))