diff options
Diffstat (limited to 'toggles/communication.fish')
| -rwxr-xr-x | toggles/communication.fish | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toggles/communication.fish b/toggles/communication.fish new file mode 100755 index 0000000..c9ca00b --- /dev/null +++ b/toggles/communication.fish @@ -0,0 +1,12 @@ +#!/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 |