A fork of hyprwm/hyprland-plugins that provides only the hyprwinwrap plugin with added interactivity toggle functionality.
- Render any window as a desktop background (like xwinwrap)
- Toggle interactivity with background windows via dispatchers
- Automatic focus handling when toggling
- Configurable size and position (percentage-based)
hyprpm update
hyprpm add https://github.com/keircn/hyprwinwrap-interactive
hyprpm enable hyprwinwrapToggle, show, or hide interactivity with background windows:
# Toggle interactivity (recommended - bind to a key)
hyprctl dispatch hyprwinwrap:toggle
# Explicit show/hide
hyprctl dispatch hyprwinwrap:show
hyprctl dispatch hyprwinwrap:hide- Set
new_optimizations = falsein hyprland.conf blur settings if you want tiled windows to render the app instead of your wallpaper when opaque. - If using waybar and it gets covered by the app, set
layer = topin waybar config.
See hyprwinwrap/README.md for configuration examples.
Feel free to open issues and PRs with fixes or improvements.