mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
9 lines
246 B
Fish
Executable File
9 lines
246 B
Fish
Executable File
#!/bin/fish
|
|
|
|
. (dirname (status filename))/util.fish
|
|
|
|
move-client '.class == "feishin"' music
|
|
move-client '.class == "Spotify" or .initialTitle == "Spotify" or .initialTitle == "Spotify Free"' music
|
|
|
|
hyprctl dispatch togglespecialworkspace music
|