hyprland-plugins/hyprwinwrap
Amadej Kastelic fcf1c2ae6f
all: Chase Hyprland (#331)
* flake.lock: update hyprland

* all: Chase Hyprland
2025-05-03 19:38:51 +02:00
..
CMakeLists.txt treewide: add CMake files 2024-05-05 16:36:13 +03:00
default.nix treewide: add CMake files 2024-05-05 16:36:13 +03:00
globals.hpp hyprwinwrap: add new plugin 2023-11-24 21:14:14 +00:00
main.cpp all: Chase Hyprland (#331) 2025-05-03 19:38:51 +02:00
Makefile treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00
meson.build treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00
README.md hyprwinwrap: add new plugin 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