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
|
{ pkgs, ... }: let
|
||||||
swallow = command: "${pkgs.scripts.swallow}/bin/swallow ${command}";
|
swallow = command: "${pkgs.scripts.swallow}/bin/swallow ${command}";
|
||||||
in {
|
in {
|
||||||
environment.shellAliases.mpv = swallow "mpv";
|
environment.shellAliases.smpv = swallow "mpv";
|
||||||
|
|
||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
force-window = "yes";
|
|
||||||
ytdl-format = "bestvideo+bestaudio/best";
|
ytdl-format = "bestvideo+bestaudio/best";
|
||||||
};
|
};
|
||||||
bindings = {
|
bindings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user