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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user