hyprland-plugins/hyprwinwrap
Mihai Fufezan 93c93284c5
Nix: use mkHyprlandPlugin from nixpkgs
2024-03-07 11:29:46 +02:00
..
Makefile hyprwinwrap: add new plugin 2023-11-24 21:14:14 +00:00
README.md hyprwinwrap: add new plugin 2023-11-24 21:14:14 +00:00
default.nix Nix: use mkHyprlandPlugin from nixpkgs 2024-03-07 11:29:46 +02:00
globals.hpp hyprwinwrap: add new plugin 2023-11-24 21:14:14 +00:00
main.cpp all: chase hyprland 2024-03-02 19:38:48 +00:00
meson.build hyprwinwrap: add new plugin 2023-11-24 21:14:14 +00:00

README.md

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