1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-12-21 11:00:15 +02:00

Fixup slack wayland patch script

This commit is contained in:
Arti Zirk 2024-12-18 12:16:28 +02:00
parent d12e19aeb6
commit 9515ff6317

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
udo sed -i -e 's#Exec=/usr/bin/slack %U#Exec=/usr/bin/slack\ %U\ --enable-features=WebRTCPipeWireCapturer#' /usr/share/applications/slack.desktop
sudo sed -i -e 's#^Exec=/usr/bin/slack -s %U$#Exec=/usr/bin/slack\ -s\ %U --enable-features=WebRTCPipeWireCapturer,UseOzonePlatform --ozone-platform=wayland#' /usr/share/applications/slack.desktop