Yazi: Add steam-run opener.
This commit is contained in:
parent
b21ccbacb8
commit
25e81e49c8
|
@ -96,6 +96,10 @@
|
|||
desc = "Switch Install";
|
||||
run = openWith "switch_install";
|
||||
}];
|
||||
steam_run = [{
|
||||
desc = "Run in Steam env";
|
||||
run = openWith "steam-run";
|
||||
}];
|
||||
unlock = [{
|
||||
desc = "Unlock";
|
||||
block = true;
|
||||
|
@ -154,6 +158,7 @@
|
|||
(mkMime "application/vnd.openxmlformats-officedocument.*" [ "document" ])
|
||||
(mkName "*.xlsx" [ "document" ])
|
||||
(mkMime "inode/directory" [ "audio_shuffle" ])
|
||||
(mkMime "application/x-executable" [ "steam_run" ])
|
||||
(mkMime "*" [ ])
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue