remove obsolete config items

This commit is contained in:
fdev31 2023-04-27 21:44:33 +02:00
parent 8a61845c66
commit 6207a5616f

View file

@ -48,13 +48,11 @@ Create a configuration file in `~/.config/hypr/pyprland.json` enabling a list of
"scratchpads": { "scratchpads": {
"term": { "term": {
"command": "kitty --class kitty-dropterm", "command": "kitty --class kitty-dropterm",
"class": "kitty-dropterm",
"animation": "fromTop", "animation": "fromTop",
"unfocus": "hide" "unfocus": "hide"
}, },
"volume": { "volume": {
"command": "pavucontrol", "command": "pavucontrol",
"class": "pavucontrol",
"unfocus": "hide", "unfocus": "hide",
"animation": "fromRight" "animation": "fromRight"
} }