mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 04:25:59 +01:00
.. | ||
default.nix | ||
globals.hpp | ||
main.cpp | ||
Makefile | ||
meson.build | ||
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