From 8b42c1dec296854241e024f731e5707cf997b9d5 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Fri, 19 May 2023 18:47:23 +0200 Subject: [PATCH] Fix old references to hpr-scratcher --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ac662d..e0cfce8 100644 --- a/README.md +++ b/README.md @@ -271,14 +271,14 @@ Example: In your `hyprland.conf` add something like this: ```ini -exec-once = hpr-scratcher +exec-once = pypr # Repeat this for each scratchpad you need -bind = $mainMod,V,exec,hpr-scratcher toggle volume +bind = $mainMod,V,exec,pypr toggle volume windowrule = float,^(pavucontrol)$ windowrule = workspace special silent,^(pavucontrol)$ -bind = $mainMod,A,exec,hpr-scratcher toggle term +bind = $mainMod,A,exec,pypr toggle term $dropterm = ^(kitty-dropterm)$ windowrule = float,$dropterm windowrule = workspace special silent,$dropterm