diff --git a/home/i3/default.nix b/home/i3/default.nix index 6724bed..82886ae 100644 --- a/home/i3/default.nix +++ b/home/i3/default.nix @@ -240,8 +240,10 @@ in { "${mod}+Ctrl+h" = "exec --no-startup-id dunstctl history-pop"; # Launch Browser - "${mod}+b" = "exec \"brave --profile-directory='Default' --enable-features='VaapiVideoDecoder,VaapiVideoEncoder' --enable-raw-draw --password-store=seahorse\""; - "${mod}+h" = "exec \"brave --profile-directory='Profile 1' --enable-features='VaapiVideoDecoder,VaapiVideoEncoder' --enable-raw-draw --password-store=seahorse\""; + # "${mod}+b" = "exec \"brave --profile-directory='Default' --enable-features='VaapiVideoDecoder,VaapiVideoEncoder' --enable-raw-draw --password-store=seahorse\""; + # "${mod}+h" = "exec \"brave --profile-directory='Profile 1' --enable-features='VaapiVideoDecoder,VaapiVideoEncoder' --enable-raw-draw --password-store=seahorse\""; + "${mod}+b" = "exec \"brave --profile-directory='Default' --disable-accelerated-video-decode --password-store=seahorse\""; + "${mod}+h" = "exec \"brave --profile-directory='Profile 1' --disable-accelerated-video-decode --password-store=seahorse\""; # File Manager ("navigate") "${mod}+n" = "exec \"alacritty -e fish -ic lf\""; diff --git a/home/xdg.nix b/home/xdg.nix index 730bf05..422e6a5 100644 --- a/home/xdg.nix +++ b/home/xdg.nix @@ -6,7 +6,8 @@ xdg = { desktopEntries = { brave-browser = { - exec = "${pkgs.unstable.brave}/bin/brave --enable-features=\"VaapiVideoDecoder,VaapiVideoEncoder\" --enable-raw-draw %U"; + # exec = "${pkgs.unstable.brave}/bin/brave --enable-features=\"VaapiVideoDecoder,VaapiVideoEncoder\" --enable-raw-draw %U"; + exec = "${pkgs.unstable.brave}/bin/brave --disable-accelerated-video-decode %U"; name = "Brave Browser"; comment = "Access the Internet"; genericName = "Web Browser";