openers: fmting

This commit is contained in:
notohh 2024-01-22 03:48:51 -05:00
parent 49f9b1504a
commit 96d049445b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";
} }