generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
This commit is contained in:
35
home/.config/hypr/pyprland.toml
Normal file
35
home/.config/hypr/pyprland.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
[pyprland]
|
||||
plugins = [
|
||||
"scratchpads",
|
||||
"magnify",
|
||||
"expose",
|
||||
"shortcuts_menu",
|
||||
"toggle_special",
|
||||
]
|
||||
|
||||
[scratchpads.term]
|
||||
command = "wezterm start --always-new-process"
|
||||
class = "wezterm_dropdown"
|
||||
animation = "fromTop"
|
||||
unfocus = "hide"
|
||||
excludes = "*"
|
||||
lazy = true
|
||||
multi = false
|
||||
|
||||
[scratchpads.volume]
|
||||
command = "pavucontrol"
|
||||
animation = "fromLeft"
|
||||
class = "volume_sidemenu"
|
||||
size = "40% 70%"
|
||||
unfocus = "hide"
|
||||
excludes = "*"
|
||||
lazy = true
|
||||
margin = 90
|
||||
multi = false
|
||||
|
||||
[shortcuts_menu.entries]
|
||||
|
||||
"Color picker" = [
|
||||
{name="format", options=["hex", "rgb", "hsv", "hsl", "cmyk"]},
|
||||
"sleep 0.2; hyprpicker --format [format] -a" # sleep to let the menu close before the picker opens
|
||||
]
|
Reference in New Issue
Block a user