mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
switched to cutting-edge channels & added pyprland
& updated README.md
This commit is contained in:
22
home/.config/hypr/pyprland.toml
Normal file
22
home/.config/hypr/pyprland.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[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
|
Reference in New Issue
Block a user