├── LICENSE ├── README.md ├── VERSION ├── flake.lock ├── flake.nix ├── hyprland-protocols.pc.in ├── meson.build ├── nix └── default.nix └── protocols ├── hyprland-ctm-control-v1.xml ├── hyprland-focus-grab-v1.xml ├── hyprland-global-shortcuts-v1.xml ├── hyprland-input-capture-v1.xml ├── hyprland-lock-notify-v1.xml ├── hyprland-surface-v1.xml ├── hyprland-toplevel-export-v1.xml └── hyprland-toplevel-mapping-v1.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 0.7.0 2 | -------------------------------------------------------------------------------- /flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/flake.lock -------------------------------------------------------------------------------- /flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/flake.nix -------------------------------------------------------------------------------- /hyprland-protocols.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/hyprland-protocols.pc.in -------------------------------------------------------------------------------- /meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/meson.build -------------------------------------------------------------------------------- /nix/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/nix/default.nix -------------------------------------------------------------------------------- /protocols/hyprland-ctm-control-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/protocols/hyprland-ctm-control-v1.xml -------------------------------------------------------------------------------- /protocols/hyprland-focus-grab-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/protocols/hyprland-focus-grab-v1.xml -------------------------------------------------------------------------------- /protocols/hyprland-global-shortcuts-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/protocols/hyprland-global-shortcuts-v1.xml -------------------------------------------------------------------------------- /protocols/hyprland-input-capture-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/protocols/hyprland-input-capture-v1.xml -------------------------------------------------------------------------------- /protocols/hyprland-lock-notify-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/protocols/hyprland-lock-notify-v1.xml -------------------------------------------------------------------------------- /protocols/hyprland-surface-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/protocols/hyprland-surface-v1.xml -------------------------------------------------------------------------------- /protocols/hyprland-toplevel-export-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/protocols/hyprland-toplevel-export-v1.xml -------------------------------------------------------------------------------- /protocols/hyprland-toplevel-mapping-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyprwm/hyprland-protocols/HEAD/protocols/hyprland-toplevel-mapping-v1.xml --------------------------------------------------------------------------------