15 lines
313 B
TOML
15 lines
313 B
TOML
|
[pyprland]
|
||
|
plugins = ["scratchpads", "fetch_client_menu"]
|
||
|
|
||
|
[scratchpads.term]
|
||
|
animation = "fromTop"
|
||
|
command = "kitty --class kitty-dropterm"
|
||
|
class = "kitty-dropterm"
|
||
|
size = "75% 60%"
|
||
|
max_size = "1920px 100%"
|
||
|
margin = 51
|
||
|
|
||
|
[fetch_client_menu]
|
||
|
engine = "wofi"
|
||
|
parameters = "--show dmenu"
|