mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-12-04 12:50:59 +02:00
Compare commits
2 Commits
6cb276bff8
...
8fc29bb93e
Author | SHA1 | Date | |
---|---|---|---|
8fc29bb93e | |||
13c7bc29ba |
2
.bin/patch-slack-wayland
Executable file
2
.bin/patch-slack-wayland
Executable file
@ -0,0 +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
|
@ -13,7 +13,7 @@ exec element-desktop
|
||||
|
||||
for_window [class="Slack"] move to workspace $chat_workspace
|
||||
for_window [app_id="Slack"] move to workspace $chat_workspace
|
||||
exec slack --enable-features=WebRTCPipeWireCapturer
|
||||
exec slack --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform-hint=auto
|
||||
exec flatpak run com.slack.Slack
|
||||
|
||||
for_window [app_id="telegramdesktop"] move to workspace $chat_workspace
|
||||
|
Loading…
Reference in New Issue
Block a user