mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-17 05:18:31 +00:00
Fix -c does not clear the background in Tilix
This commit is contained in:
parent
9d36875616
commit
3f29dd8423
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue