Use xdg-open instead of rifle as the default plumber
This commit is contained in:
parent
fc69f77923
commit
e06a4dced4
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def main():
|
|||
if args.file is None:
|
||||
file_name = save_file(plaintext)
|
||||
if plumber is None:
|
||||
plumber = "/usr/bin/rifle"
|
||||
plumber = "xdg-open"
|
||||
else:
|
||||
file_name = args.file
|
||||
open(file_name, "wb").write(plaintext)
|
||||
|
|
Loading…
Reference in a new issue