[pyprland] plugins = [ "scratchpads" ] [scratchpads.nvim] animation = "fromTop" command = "kitty --class scratchpad-nvim -e nvim ~/Projects" lazy = false class = "scratchpad-nvim" margin = 100 multi = true excludes = "*" [scratchpads.kitty] animation = "fromBottom" command = "kitty --class scratchpad-kitty -e tmux" class = "scratchpad-kitty" lazy = false margin = 100 multi = true excludes = "*" [scratchpads.calendar] animation = "fromTop" command = "kitty --class scratchpad-cal -e calcurse" class = "scratchpad-cal" lazy = false margin = 100 multi = true excludes = "*"