Skip to content

Commit

Permalink
Enable WaylandWindowDecorations feature when on Wayland.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeedleFake committed Mar 25, 2022
1 parent ea8d614 commit d0bf620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.slack.Slack.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dest-filename": "slack.sh",
"commands": [
"if [ -z \"$DISPLAY\" ] && [ -n \"$WAYLAND_DISPLAY\" ]; then",
"EXTRA_ARGS=\"--enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland\"",
"EXTRA_ARGS=\"--enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland\"",
"else",
"EXTRA_ARGS=\"--enable-features=WebRTCPipeWireCapturer\"",
"fi",
Expand Down Expand Up @@ -99,4 +99,4 @@
]
}
]
}
}

0 comments on commit d0bf620

Please sign in to comment.