Clean up some XDG/UWSM details
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -42,13 +42,13 @@ in
|
||||
};
|
||||
open = [
|
||||
{
|
||||
run = "xdg-open \"$1\"";
|
||||
run = "uwsm app -- xdg-open \"$1\"";
|
||||
desc = "Open";
|
||||
}
|
||||
];
|
||||
reveal = [
|
||||
{
|
||||
run = "xdg-open \"$(dirname \"$1\")\"";
|
||||
run = "uwsm app -- xdg-open \"$(dirname \"$1\")\"";
|
||||
desc = "Reveal";
|
||||
}
|
||||
];
|
||||
@@ -60,7 +60,7 @@ in
|
||||
];
|
||||
play = [
|
||||
{
|
||||
run = "mpv \"$@\"";
|
||||
run = "uwsm app -- mpv \"$@\"";
|
||||
orphan = true;
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user