Browse Source

Slack desktop app has changed its app_id

master
Arti Zirk 2 months ago
parent
commit
7a3ba30c79
  1. 1
      .config/sway/autostart

1
.config/sway/autostart

@ -15,6 +15,7 @@ exec systemd-run --user --unit=element-desktop /usr/bin/element-desktop @@ -15,6 +15,7 @@ exec systemd-run --user --unit=element-desktop /usr/bin/element-desktop
for_window [class="Slack"] move to workspace $chat_workspace
for_window [app_id="Slack"] move to workspace $chat_workspace
for_window [app_id="slack"] move to workspace $chat_workspace
exec systemd-run --user --unit=slack /usr/bin/slack --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform-hint=auto
exec systemd-run --user --unit=slack-flatpak /usr/bin/flatpak run com.slack.Slack

Loading…
Cancel
Save