From 4391f5c369494830e54b761a08f6fc449db00d39 Mon Sep 17 00:00:00 2001 From: modestbadger1773 <165446573+modestbadger1773@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:03:26 +1100 Subject: [PATCH 1/2] Update README.md Changes to example keybinds to make it clear that you need to specify easymotion as the dispatcher and fix of context typo in the second example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26b1784..3e0256c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://github.com/zakk4223/hyprland-easymotion/assets/22642/9382b23e-efbd-466c- # Configuration Easymotion is basically a single dispatcher that brings up window labels and then allows you to execute a user-defined command when one of those labels is typed. -`bind=SUPER,z,action:hyprctl dispatch focuswindow address:{}` +`bind = SUPER, z, easymotion, action:hyprctl dispatch focuswindow address:{}` This bind will bring up easymotion with SUPER-z. Once you select a window the window will focus. If you want to change the command, the selected window's address is substituted where "{}" occurs. @@ -50,7 +50,7 @@ plugin { Every one of these variables is also settable via the dispatcher, so you can create multiple dispatchers that look different based on function. -`bind=SUPER,z,bgcolor=rgba(ff0000ff);bordersize=5;action:hyprctl dispatch closewindow address:{}` +`bind = SUPER, z, easymotion, bgcolor:rgba(ff0000ff);bordersize=5;action:hyprctl dispatch closewindow address:{}` ### IMPORTANT The easymotion arguments are separated by a semicolon, not a comma. (gap/padding format uses commas :/) From e35a30b6bfff45c0a90f85a505d3323958e91cd0 Mon Sep 17 00:00:00 2001 From: modestbadger1773 <165446573+modestbadger1773@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:15:10 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e0256c..db42004 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ plugin { Every one of these variables is also settable via the dispatcher, so you can create multiple dispatchers that look different based on function. -`bind = SUPER, z, easymotion, bgcolor:rgba(ff0000ff);bordersize=5;action:hyprctl dispatch closewindow address:{}` +`bind = SUPER, z, easymotion, bgcolor:rgba(ff0000ff);bordersize:5;action:hyprctl dispatch closewindow address:{}` ### IMPORTANT The easymotion arguments are separated by a semicolon, not a comma. (gap/padding format uses commas :/)