Zebra2711 eab6921631
all: chase hyprland (#334)
Co-authored-by: Zebra2711 <zebra2711@users.noreply.github.com>
2025-05-06 03:57:20 +02:00
..
2024-05-05 16:36:13 +03:00
2024-05-05 16:36:13 +03:00
2023-11-24 21:14:14 +00:00
2025-05-06 03:57:20 +02:00
2023-11-24 21:14:14 +00:00

hyprwinwrap

Clone of xwinwrap for hyprland.

Example config:

plugin {
    hyprwinwrap {
        # class is an EXACT match and NOT a regex!
        class = kitty-bg
    }
}

Launch kitty -c "~/.config/hypr/kittyconfigbg.conf" --class="kitty-bg" "/home/vaxry/.config/hypr/cava.sh"

Example script for cava:

#!/bin/sh
sleep 1 && cava

sleep required because resizing happens a few ms after open, which breaks cava