# >>> cliamp music player >>> # CLIAmp (Winamp-style TUI, [omarchy] repo) is the default music player. # Super+M launches/focuses it (was a second alias for the music panel toggle — # the panel keeps Super+Shift+M). Floats like the other NoSignal TUI tools. windowrule = float true, match:class cliamp windowrule = size 1100 700, match:class cliamp unbind = Super, M bind = Super, M, exec, sh -c 'hyprctl dispatch focuswindow "class:^cliamp$" | grep -q ok || kitty --class cliamp -e cliamp' # <<< cliamp music player <<<