mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-08 16:29:28 -05:00
main: special workspace toggles
This commit is contained in:
Executable
+12
@@ -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
|
||||
Reference in New Issue
Block a user