remove celluloid

This commit is contained in:
Adithya 2023-04-09 19:34:18 +05:30
parent 00db9c7fcf
commit 54e6c88d11
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 0 additions and 18 deletions

View file

@ -1,10 +1,4 @@
{ 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 = {
enable = true;
package = pkgs.mpv.override { youtubeSupport = true; };
@ -17,12 +11,6 @@
};
xdg.desktopEntries = {
"mpv" = {
name = "mpv Media Player";
exec = "mpv --player-operation-mode=pseudo-gui -- %U";
noDisplay = true;
};
"umpv" = {
name = "umpv Media Player";
exec = "umpv --player-operation-mode=pseudo-gui -- %U";

View file

@ -96,12 +96,6 @@ in
windowrulev2 = center,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 = size 90% 90%,class:^(eog)$
windowrulev2 = center,class:^(eog)$