Fix old references to hpr-scratcher
This commit is contained in:
parent
edb9334970
commit
8b42c1dec2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue