Hyprland-dotfiles/hypr/pyprland.toml

13 lines
193 B
TOML
Raw Normal View History

2024-05-23 03:18:10 -04:00
[pyprland]
plugins = [
"scratchpads",
"magnify",
]
[scratchpads.term]
animation = "fromTop"
2024-07-20 01:31:12 -04:00
command = "alacritty --class alacritty-dropterm"
2024-07-20 01:27:14 -04:00
class = "alacritty-dropterm"
2024-05-23 03:18:10 -04:00
size = "75% 60%"