mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
23 lines
385 B
TOML
23 lines
385 B
TOML
[pyprland]
|
|
plugins = [
|
|
"scratchpads",
|
|
"magnify",
|
|
"expose",
|
|
]
|
|
|
|
[scratchpads.term]
|
|
command = "wezterm start --class wezterm_dropdown"
|
|
animation = "fromTop"
|
|
unfocus = "hide"
|
|
excludes = "*"
|
|
lazy = true
|
|
|
|
[scratchpads.volume]
|
|
command = "pavucontrol --class volume_sidemenu"
|
|
animation = "fromRight"
|
|
class = "volume_sidemenu"
|
|
size = "40% 70%"
|
|
unfocus = "hide"
|
|
excludes = "*"
|
|
lazy = true
|