diff options
Diffstat (limited to 'toggles/communication.fish')
| -rwxr-xr-x | toggles/communication.fish | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/toggles/communication.fish b/toggles/communication.fish deleted file mode 100755 index 7237d4b..0000000 --- a/toggles/communication.fish +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/fish - -. (dirname (status filename))/util.fish - -spawn-or-move '.class == "equibop"' communication equibop - -# 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 |