updates from makefile
This commit is contained in:
parent
d28eb42890
commit
fcb6c31999
5 changed files with 131 additions and 30 deletions
|
|
@ -357,6 +357,7 @@ exec --no-startup-id /usr/bin/gnome-keyring-daemon --start
|
|||
exec wl-paste -t text --watch clipman store
|
||||
exec configure-gtk
|
||||
exec supersonic
|
||||
exec sonixd
|
||||
exec safeeyes
|
||||
exec dovideo.sh
|
||||
exec auto-start
|
||||
|
|
|
|||
45
home/mpv.nix
45
home/mpv.nix
|
|
@ -1,24 +1,31 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
# config = {
|
||||
# cache-dir = "\${HOME}/.cache";
|
||||
# cache-on-disk = "yes";
|
||||
# cache = "yes";
|
||||
# demuxer-max-back-bytes = "100M";
|
||||
# demuxer-max-bytes = "500M";
|
||||
# demuxer-readahead-secs = "20";
|
||||
# pause = "no";
|
||||
# save-position-on-quit = "yes";
|
||||
# slang = "en";
|
||||
# user-agent = "Mozilla/5.0";
|
||||
# ytdl-format = "bestvideo+bestaudio";
|
||||
# ytdl-raw-options = "no-playlist=";
|
||||
# ytdl = "yes";
|
||||
# script-opts = "ytdl_hook-ytdl_path=yt-dlp";
|
||||
# };
|
||||
scripts = [ pkgs.mpvScripts.autoload ];
|
||||
#scripts = [ pkgs.mpvScripts.autoload pkgs.mpvScripts.sponsorblock ];
|
||||
config = {
|
||||
cache-on-disk = "yes";
|
||||
cache = "yes";
|
||||
demuxer-max-back-bytes = "100M";
|
||||
demuxer-max-bytes = "500M";
|
||||
demuxer-readahead-secs = "20";
|
||||
pause = "no";
|
||||
save-position-on-quit = "yes";
|
||||
slang = "en";
|
||||
user-agent = "Mozilla/5.0";
|
||||
ytdl-format = "bestvideo+bestaudio";
|
||||
ytdl-raw-options = "no-playlist=";
|
||||
ytdl = "yes";
|
||||
script-opts = "ytdl_hook-ytdl_path=${pkgs.mpv}/bin/yt-dlp";
|
||||
#scripts = [ pkgs.mpvScripts.autoload ];
|
||||
};
|
||||
profiles = {
|
||||
"protocol.https" = {
|
||||
speed = 1.77;
|
||||
keep-open = true;
|
||||
};
|
||||
"protocol.http" = {
|
||||
profile = "protocol.https";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
qutebrowser
|
||||
rofi
|
||||
signal-desktop
|
||||
sonixd
|
||||
source-code-pro
|
||||
supersonic
|
||||
syncthingtray
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue