stow_dotfiles/hypr/.config/hypr/pyprland.toml
Matthieu Fortin (CPC/CCP) 80dd5a368c herpderp (redux)
2025-05-15 09:34:13 -04:00

24 lines
509 B
TOML

[pyprland]
plugins = [
"scratchpads",
"wallpapers",
]
[scratchpads.term]
animation = "fromTop"
#command = "ghostty --class ghostty-dropterm"
command = "ghostty --class=com.example.clipse"
class = "com.example.clipse"
#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"