diff --git a/Plugins.md b/Plugins.md index 84d34a7..d43926d 100644 --- a/Plugins.md +++ b/Plugins.md @@ -7,12 +7,12 @@ Pyprland provides the following plugins out of the box: - [expose](#expose) easily switch between scratchpads and active workspace : [![demo video](https://img.youtube.com/vi/ce5HQZ3na8M/0.jpg)](https://www.youtube.com/watch?v=ce5HQZ3na8M) [![demo video](https://img.youtube.com/vi/BNZCMqkwTOo/0.jpg)](https://www.youtube.com/watch?v=BNZCMqkwTOo) -- `workspaces_follow_focus` provides commands and handlers allowing a more flexible workspaces usage on multi-monitor setups. If you think the multi-screen behavior of hyprland is not usable or broken/unexpected, this is probably for you. -- `lost_windows` brings lost floating windows to the current workspace -- `toggle_dpms` toggles the DPMS status of every plugged monitor -- `magnify` toggles zooming of viewport or sets a specific scaling factor +- [workspaces_follow_focus](#workspaces_follow_focus) provides commands and handlers allowing a more flexible workspaces usage on multi-monitor setups. If you think the multi-screen behavior of hyprland is not usable or broken/unexpected, this is probably for you. +- [lost_windows](#lost_windows) brings lost floating windows to the current workspace +- [toggle_dpms](#toggle_dpms) toggles the DPMS status of every plugged monitor +- [magnify](#magnify) toggles zooming of viewport or sets a specific scaling factor [![demo video](https://img.youtube.com/vi/yN-mhh9aDuo/0.jpg)](https://www.youtube.com/watch?v=yN-mhh9aDuo) -- `shift_monitors` adds a self-configured "swapactiveworkspaces" command +- [shift_monitors](#shift_monitors) adds a self-configured "swapactiveworkspaces" command # `expose`