mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
viewnior: Use x11
This commit is contained in:
parent
40a4bd08fe
commit
e547a1fe90
@ -45,6 +45,12 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
}
|
||||
}"
|
||||
|
||||
# gtk3 viewnior can be launched in wayland mode and does so by default
|
||||
# but moving around in a zoomed in image doesn't work
|
||||
gappsWrapperArgs+=(
|
||||
--set-default GDK_BACKEND x11
|
||||
)
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user