openers: fmting
This commit is contained in:
parent
49f9b1504a
commit
96d049445b
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
opener = {
|
||||
text = [
|
||||
{
|
||||
exec = ''hx "$@"'';
|
||||
exec = ''hx "$@" '';
|
||||
for = "linux";
|
||||
}
|
||||
];
|
||||
|
@ -38,7 +38,7 @@
|
|||
];
|
||||
video = [
|
||||
{
|
||||
exec = ''mpv "$@"'';
|
||||
exec = ''mpv "$@" '';
|
||||
block = true;
|
||||
for = "linux";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue