Fix old references to hpr-scratcher

This commit is contained in:
fdev31 2023-05-19 18:47:23 +02:00
parent edb9334970
commit 8b42c1dec2

View file

@ -271,14 +271,14 @@ Example:
In your `hyprland.conf` add something like this: In your `hyprland.conf` add something like this:
```ini ```ini
exec-once = hpr-scratcher exec-once = pypr
# Repeat this for each scratchpad you need # 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 = float,^(pavucontrol)$
windowrule = workspace special silent,^(pavucontrol)$ windowrule = workspace special silent,^(pavucontrol)$
bind = $mainMod,A,exec,hpr-scratcher toggle term bind = $mainMod,A,exec,pypr toggle term
$dropterm = ^(kitty-dropterm)$ $dropterm = ^(kitty-dropterm)$
windowrule = float,$dropterm windowrule = float,$dropterm
windowrule = workspace special silent,$dropterm windowrule = workspace special silent,$dropterm