From b21406371359b3f735f03a0595bf61331674ba87 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Wed, 3 May 2023 22:05:27 +0200 Subject: [PATCH] Add some example --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a86e9d1..d340cb4 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,13 @@ Note the behavior can be hard to predict if you have more than 2 monitors, sugge ### Command -- `shift_monitors `: swaps every monitor in the given direction +- `shift_monitors `: swaps every monitor's workspace in the given direction + +Example usage in `hyprland.conf`: + +``` +bind = $mainMod SHIFT, O, exec, pypr shift_monitors +1 + ``` # Plugin: `magnify`