From ee9977c26753088dfd20006fe3427737419ab264 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:54:37 +1100 Subject: main: special workspace toggles --- toggles/communication.fish | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 toggles/communication.fish (limited to 'toggles/communication.fish') 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 -- cgit v1.2.3-freya