config/qtile: open files in editor via terminal
This commit is contained in:
parent
0fcf7d1e9d
commit
0295ac0b95
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class Apps:
|
|||
"""
|
||||
Opens a file in the editor, with the given arguments
|
||||
"""
|
||||
return lazy.spawn(f"{cls.EDITOR} {' '.join(args)} {file_}")
|
||||
return cls.open_in_terminal(f"{cls.EDITOR} {' '.join(args)} {file_}")
|
||||
|
||||
|
||||
class Keys:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue