stow_dotfiles/hypr/.config/hypr/pyprland.toml
2025-02-12 15:05:55 -05:00

22 lines
431 B
TOML

[pyprland]
plugins = [
"scratchpads",
"wallpapers",
]
[scratchpads.term]
animation = "fromTop"
command = "ghostty --class ghostty-dropterm"
class = "ghostty-dropterm"
size = "75% 60%"
max_size = "1920px 100%"
margin = 50
[wallpapers]
path = "~/Pictures/wallpapers/"
interval = 60
unique = true
recurse = true
extensions = ["jpg", "jpeg", "png"]
command = 'swww img --transition-type any "[file]"'
clear_command = "swww clear"