22 lines
468 B
TOML
22 lines
468 B
TOML
[pyprland]
|
|
|
|
plugins = [
|
|
"scratchpads",
|
|
"magnify",
|
|
]
|
|
|
|
[scratchpads.term]
|
|
animation = "fromTop"
|
|
command = "kitty --class kitty-dropterm"
|
|
class = "kitty-dropterm"
|
|
size = "75% 60%"
|
|
unfocus = "hide"
|
|
|
|
[scratchpads.chat]
|
|
animation = "fromLeft"
|
|
command = "google-chrome-stable --ozone-platform=wayland --enable-wayland-ime --user-data-dir=$HOME/.config/chatgpt-webapp --app=https://chatgpt.com"
|
|
class = "chatgpt-webapp"
|
|
size = "30% 85%"
|
|
margin = 12
|
|
force_monitor = "DP-1"
|