Skip to content

Commit

Permalink
Update Wayland flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail authored Dec 29, 2022
1 parent dea0605 commit 83471af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.bitwarden.desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ modules:
commands:
- export TMPDIR="${XDG_RUNTIME_DIR}/app/${FLATPAK_ID}"
- if [ "${XDG_SESSION_TYPE}" == "wayland" ]; then
- zypak-wrapper /app/Bitwarden/bitwarden --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"
- zypak-wrapper /app/Bitwarden/bitwarden --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@"
- else
- zypak-wrapper /app/Bitwarden/bitwarden "$@"
- fi
Expand Down

0 comments on commit 83471af

Please sign in to comment.