mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 15:29:28 -05:00
13 lines
380 B
Fish
Executable File
13 lines
380 B
Fish
Executable File
#!/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
|