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 = {
|
opener = {
|
||||||
text = [
|
text = [
|
||||||
{
|
{
|
||||||
exec = ''hx "$@"'';
|
exec = ''hx "$@" '';
|
||||||
for = "linux";
|
for = "linux";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
];
|
];
|
||||||
video = [
|
video = [
|
||||||
{
|
{
|
||||||
exec = ''mpv "$@"'';
|
exec = ''mpv "$@" '';
|
||||||
block = true;
|
block = true;
|
||||||
for = "linux";
|
for = "linux";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue