Hyperland plugin system - batteries included
Project description
Pyprland
Tweaks & extensions for Hyprland
Host process for multiple Hyprland plugins, such as:
- scratchpads (aka "dropdowns")
- multi-monitor friendly behavior (placement, focus, ...)
- shortcut / togglers for hyprctl commands
- miscelaneous obscure commands for specific usages
- temporary workarounds
- anything you can imagine using Hyprland API and events!
Check the Getting started page or the wiki in general.
Open the plugin list for more details
Changelog
[!note] WIP: current
main
branch
- no activity
1.6.6
scratchpads
: supports progressive web apps by makingprocess_tracking
as an option.scratchpads
: better feedback on usage errors
Breaking change
scratchpads
: animate by default using "fromTop" animation type- set
animation=false
to revert to the former behavior if you didn't configure any animation
- set
1.6.5
- update the nix flake
scratchpads
: always consider the focused workspace to test visibility (improved UX, see #32)
1.6.4
scratchpads
:size
andposition
can use absolute pixels (suffix: "px"). Can be mixed with percents (eg: "800px 30%")scratchpads
: new optionmax_size
, using the same argument format assize
. Most probably useful to limit width or height when using very large or tall monitors along with more standard ones.
1.6.3
- Hot fix - a wrong assert statement was introduced in 1.6.2
1.6.2
- add a
--config <path>
argument: allows overriding the configuration file path scratchpads
: improve multi-monitor support
1.6.1
- Prevents running
pypr
more than once- You may need to delete the control socket manually after this update
1.6.0
scratchpads
: zero Hyprland configuration! (ifclass
is provided)- no
hyprland.conf
rules needed - enables a perfect first display IF
class
ANDsize
ARE PROVIDED - floating state will be set
- only active if
animation
is enabled
- no
Breaking change
scratchpads
:class
doesn't automatically enable class matching anymore, addclass_match = true
to keep the same behavior if you are using itclass
is still used "as is" to set the initial state of the client window
1.5.3
scratchpads
: improve user feedback & general behavior in case a command fails to start- add notifications when commands are failing
1.5.2
- commands can now use "-" instead of "_", eg:
pypr change-workspace +1
monitors
:unknown
command isn't blocking pypr anymore- fix package's required Python version
1.5.1
scratchpads
stability improvements:- review plugin processing logic, making code safer
- Using hyprland's notifications in case of serious errors
- rework focus handling logic to handle more corner cases
- improved
pypr -h
readability
1.5.0
- Add support for a TOML configuration file, will be used if found (instead of JSON)
- JSON format will probably stay supported but is more prone to errors
- Wiki uses TOML as a reference
1.4.5
- fix some regression using
size
&position
in scratchpads - improve logging of client connexion errors
1.4.4
- add an excludes option to scratchpads
- fix random problem showing scratches
1.4.3
- more resilient to slowly starting scratchpads
1.4.2
- two new options for scratchpads:
position
andsize
- from @iliayar - simplification of the scratchpad code - fixes misc issues
- bugfixes
1.4.1
- minor bugfixes
1.4.0
- Add expose addon
- scratchpad: add lazy option
- fix
scratchpads
's position on monitors using scaling - improve error handling & logging, enable debug logs with
--debug <filename>
1.3.1
monitors
triggers rules on startup (not only when a monitor is plugged)
1.3.0
- Add
shift_monitors
addon - Add
monitors
addon - scratchpads: more reliable client tracking
- bugfixes
1.2.1
- scratchpads have their own special workspaces now
- misc improvements
1.2.0
- Add
magnify
addon - focus fix when closing a scratchpad
- misc improvements
1.1.0
- Add
lost_windows
addon - Add
toggle_dpms
addon workspaces_follow_focus
now requires hyprland 0.25.0- misc improvements
1.0.1, 1.0.2
- bugfixes & improvements
1.0
- First release, a modular hpr-scratcher (
scratchpads
plugin) - Add
workspaces_follow_focus
addon
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyprland-1.6.6.tar.gz
(61.3 kB
view hashes)
Built Distribution
pyprland-1.6.6-py3-none-any.whl
(23.9 kB
view hashes)