1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(mpv): dont force window, change swallowing alias to smpv

This commit is contained in:
2021-02-08 13:06:40 +01:00
parent ddc4ca0db4
commit e9b5c2623d

View File

@@ -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 = {