Skip to content

Commit

Permalink
viewnior: Use x11
Browse files Browse the repository at this point in the history
Now with gtk3 it can be launched in wayland mode and does so by default
but moving around in a zoomed in image doesn't work
  • Loading branch information
Artturin committed Oct 19, 2024
1 parent fd2eced commit 9fe80c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/graphics/viewnior/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ stdenv.mkDerivation rec {
];
}
}"
gappsWrapperArgs+=(
--set-default GDK_BACKEND x11
)
'';

meta = with lib; {
Expand Down

0 comments on commit 9fe80c4

Please sign in to comment.