✨ feat(hypr): add 2 new scratchpads: wifi and network
This commit is contained in:
parent
2a0efbb88f
commit
3966867b34
1 changed files with 14 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[pyprland]
|
||||
plugins = ["scratchpads", "expose", "magnify", "wallpapers"]
|
||||
plugins = ["scratchpads", "wallpapers"]
|
||||
|
||||
[scratchpads.volume]
|
||||
command = "pavucontrol"
|
||||
|
@ -43,9 +43,20 @@ command = "kitty --class scratchpad-large topgrade -k --no-self-update"
|
|||
lazy = true
|
||||
|
||||
[scratchpads.bluetooth]
|
||||
command = "blueman-manager"
|
||||
command = "overskride"
|
||||
animation = "fromRight"
|
||||
margin = 20
|
||||
lazy = true
|
||||
|
||||
[scratchpads.wifi]
|
||||
command = "iwgtk"
|
||||
animation = "fromRight"
|
||||
margin = 20
|
||||
lazy = true
|
||||
|
||||
[scratchpads.network]
|
||||
command = "nm-connection-editor"
|
||||
animation = "fromRight"
|
||||
unfocus = "hide"
|
||||
margin = 20
|
||||
lazy = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue