d5cb5d5ee8
The dropdown terminal gets smaller. Caps-Lock becomes Hyper and Hyper drops the term.
14 lines
313 B
TOML
14 lines
313 B
TOML
[pyprland]
|
|
plugins = ["scratchpads", "fetch_client_menu"]
|
|
|
|
[scratchpads.term]
|
|
animation = "fromTop"
|
|
command = "kitty --class kitty-dropterm"
|
|
class = "kitty-dropterm"
|
|
size = "75% 40%"
|
|
max_size = "1920px 100%"
|
|
margin = 51
|
|
|
|
[fetch_client_menu]
|
|
engine = "wofi"
|
|
parameters = "--show dmenu"
|