32 lines
605 B
TOML
32 lines
605 B
TOML
[pyprland]
|
|
plugins = [
|
|
"scratchpads"
|
|
]
|
|
|
|
[scratchpads.nvim]
|
|
animation = "fromTop"
|
|
command = "kitty --class scratchpad-lf -e lf ~"
|
|
lazy = false
|
|
class = "scratchpad-lf"
|
|
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 = "*"
|