remove celluloid
This commit is contained in:
parent
00db9c7fcf
commit
54e6c88d11
2 changed files with 0 additions and 18 deletions
|
@ -1,10 +1,4 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
home.packages = with pkgs; [ celluloid ];
|
|
||||||
dconf.settings = {
|
|
||||||
"io/github/celluloid-player/celluloid" = {
|
|
||||||
mpv-config-file = "file://${config.home.homeDirectory}/${config.xdg.configFile."mpv/mpv.conf".target}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.mpv.override { youtubeSupport = true; };
|
package = pkgs.mpv.override { youtubeSupport = true; };
|
||||||
|
@ -17,12 +11,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.desktopEntries = {
|
xdg.desktopEntries = {
|
||||||
"mpv" = {
|
|
||||||
name = "mpv Media Player";
|
|
||||||
exec = "mpv --player-operation-mode=pseudo-gui -- %U";
|
|
||||||
noDisplay = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
"umpv" = {
|
"umpv" = {
|
||||||
name = "umpv Media Player";
|
name = "umpv Media Player";
|
||||||
exec = "umpv --player-operation-mode=pseudo-gui -- %U";
|
exec = "umpv --player-operation-mode=pseudo-gui -- %U";
|
||||||
|
|
|
@ -96,12 +96,6 @@ in
|
||||||
windowrulev2 = center,class:^(mpv)$
|
windowrulev2 = center,class:^(mpv)$
|
||||||
windowrulev2 = dimaround,class:^(mpv)$
|
windowrulev2 = dimaround,class:^(mpv)$
|
||||||
|
|
||||||
windowrulev2 = float,class:^(io.github.celluloid_player.Celluloid)$
|
|
||||||
windowrulev2 = size 90% 90%,class:^(io.github.celluloid_player.Celluloid)$
|
|
||||||
windowrulev2 = center,class:^(io.github.celluloid_player.Celluloid)$
|
|
||||||
windowrulev2 = dimaround,class:^(io.github.celluloid_player.Celluloid)$
|
|
||||||
|
|
||||||
windowrulev2 = float,class:^(eog)$
|
|
||||||
windowrulev2 = float,class:^(eog)$
|
windowrulev2 = float,class:^(eog)$
|
||||||
windowrulev2 = size 90% 90%,class:^(eog)$
|
windowrulev2 = size 90% 90%,class:^(eog)$
|
||||||
windowrulev2 = center,class:^(eog)$
|
windowrulev2 = center,class:^(eog)$
|
||||||
|
|
Loading…
Reference in a new issue