Commit 48482951eb21
home/common/desktop/mpv.nix
@@ -4,6 +4,7 @@
enable = true;
config = {
hwdec = "auto";
+ osc = "no";
};
scripts = [ pkgs.mpvScripts.mpris pkgs.mpvScripts.modernz ];
};
home/common/desktop/xdg.nix
@@ -16,7 +16,7 @@ in
enable = true;
xdgOpenUsePortal = true;
extraPortals = with pkgs; [
- xdg-desktop-portal-hyprland
+ # xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
config = {