This commit is contained in:
2025-09-02 12:35:45 -05:00
parent cf67655b3d
commit 6fba3fd698
4 changed files with 16 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
[pyprland]
plugins = [
"scratchpads"
"scratchpads"
]
[scratchpads.nvim]
animation = "fromTop"
command = "kitty --class scratchpad-nvim -e nvim ~/Projects"
command = "kitty --class scratchpad-lf -e lf ~"
lazy = false
class = "scratchpad-nvim"
class = "scratchpad-lf"
margin = 100
multi = true
excludes = "*"