dotfiles/.config/hypr/pyprland.toml
2023-12-07 17:34:32 +01:00

36 lines
687 B
TOML

[pyprland]
plugins = ["scratchpads", "expose", "magnify"]
[scratchpads.volume]
command = "pavucontrol"
unfocus = "hide"
position = "1% 8%"
lazy = true
[scratchpads.terminal]
command = "kitty --class scratchpad"
excludes = ["dots"]
[scratchpads.yazi]
command = "kitty --class scratchpad yazi"
lazy = true
[scratchpads.gpt]
command = "kitty --class scratchpad tgpt -m"
lazy = true
[scratchpads.dots]
command = "kitty --class scratchpad yadm enter lazygit"
excludes = ["terminal"]
lazy = true
[scratchpads.btop]
command = "kitty --class scratchpad btop"
lazy = true
[scratchpads.bluetooth]
command = "blueman-manager"
animation = "fromRight"
unfocus = "hide"
margin = 20
lazy = true