Files
caelestia-cli/toggles/communication.fish
T
2 * r + 2 * t 1f9044c5db toggles: update communication
Update for discord systemd
2025-01-28 14:20:19 +11:00

13 lines
421 B
Fish
Executable File

#!/bin/fish
. (dirname (status filename))/util.fish
spawn-or-move '.class == "vesktop"' communication vesktop --enable-features=WebRTCPipeWireCapturer
# Has whatsapp firefox profile
if grep -q 'Name=whatsapp' ~/.mozilla/firefox/profiles.ini
spawn-or-move '.class == "whatsapp"' communication firefox --name whatsapp -P whatsapp 'https://web.whatsapp.com'
end
hyprctl dispatch togglespecialworkspace communication