From e9b5c2623d4a3e946b428e217b7eeb7d565aa351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 8 Feb 2021 13:06:40 +0100 Subject: [PATCH] fix(mpv): dont force window, change swallowing alias to smpv --- configs/mpv.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/mpv.nix b/configs/mpv.nix index 5ed9b37..8e689d2 100644 --- a/configs/mpv.nix +++ b/configs/mpv.nix @@ -1,13 +1,12 @@ { pkgs, ... }: let swallow = command: "${pkgs.scripts.swallow}/bin/swallow ${command}"; in { - environment.shellAliases.mpv = swallow "mpv"; + environment.shellAliases.smpv = swallow "mpv"; home-manager.users.me = { programs.mpv = { enable = true; config = { - force-window = "yes"; ytdl-format = "bestvideo+bestaudio/best"; }; bindings = {