hyprland-plugin/hyprexpo - 9999 (hyproverlay)

Search

Install

Install this version:

emerge -a =hyprland-plugin/hyprexpo-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =hyprland-plugin/hyprexpo-9999

Or alternatively:

emerge --autounmask-write -a =hyprland-plugin/hyprexpo-9999

Package Information

Description:
HyprExpo is an overview plugin like Gnome, KDE or wf.
Homepage:
https://github.com/hyprwm/hyprland-plugins
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="HyprExpo is an overview plugin like Gnome, KDE or wf."
HOMEPAGE="https://github.com/hyprwm/hyprland-plugins"
LICENSE="BSD"
SLOT="0"

HYPRPM_REPO_URI="https://github.com/hyprwm/hyprland-plugins.git"

inherit hyprpm

src_compile() {
	emake -C hyprexpo all
}

src_install() {
	hyprpm_doplugin hyprexpo/hyprexpo.so
}

Inherited Eclasses