1

Home: Replace vlc with mpv

This commit is contained in:
2025-11-14 17:17:24 +01:00
parent 6020e99197
commit 91b774d9e6
5 changed files with 7 additions and 7 deletions

View File

@ -174,7 +174,7 @@
apps = {
audio = ["kitty" "--title=NcpaMixer" "-e" "ncpamixer"];
explorer = ["kitty" "--title=Yazi" "-e" "yazi"];
playback = ["vlc"];
playback = ["mpv"];
terminal = ["kitty"];
};

View File

@ -428,11 +428,11 @@ in {
hotkey-overlay = {title = "Move column to the left. Equivalent bindings for other directions.";};
};
"Mod+Shift+J" = {
action = move-window-down;
action = move-window-down-or-to-workspace-down;
hotkey-overlay = {hidden = true;};
};
"Mod+Shift+K" = {
action = move-window-up;
action = move-window-up-or-to-workspace-up;
hotkey-overlay = {hidden = true;};
};
"Mod+Shift+L" = {

View File

@ -68,7 +68,7 @@ in {
opener = {
play = [
{
run = ''vlc "$@"'';
run = ''mpv "$@"'';
orphan = true;
desc = "Play selection";
}