Skip to content

formadi/hyprpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyprpy

This is a modified version for "personal" use, and it is a repository to support Hyprland >= 0.42.0. The changes are as follows.

  • Changed signal name to Hyprland event name.
  • Added signals for Hyprland events.
  • Fixed an issue that occurred when switching windows to fullscreen mode.

Usage:

  1. Install the original version first:
pip3 install hyprpy
  1. Download the source code from this repository using git clone and overwrite the installed original source with it. for example:
git clone https://github.com/formadi/hyprpy.git
cd hyprpy
cp -Rf hyprpy /path/to/pythonX.XX/site-packages/
  1. The default setting is for Hyprland 0.43.x. To use it with version 0.42.x, you need to find all instances of version = "hyprland 0.43.x" and change them to version = "hyprland 0.42.x"

About

Python bindings for Hyprland.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%