From 6207a5616fa20008743f151877945dee0debd408 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Thu, 27 Apr 2023 21:44:33 +0200 Subject: [PATCH] remove obsolete config items --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index aab6bdc..460af9a 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,11 @@ Create a configuration file in `~/.config/hypr/pyprland.json` enabling a list of "scratchpads": { "term": { "command": "kitty --class kitty-dropterm", - "class": "kitty-dropterm", "animation": "fromTop", "unfocus": "hide" }, "volume": { "command": "pavucontrol", - "class": "pavucontrol", "unfocus": "hide", "animation": "fromRight" }