♻️ refactor(hypr): changed pyprland.json to pyprland.toml due to recent update
This commit is contained in:
parent
7f94e780cc
commit
41ac17b88b
2 changed files with 37 additions and 43 deletions
|
@ -1,43 +0,0 @@
|
|||
{
|
||||
"pyprland": {
|
||||
"plugins": [
|
||||
"scratchpads",
|
||||
"expose",
|
||||
"magnify"
|
||||
]
|
||||
},
|
||||
"scratchpads": {
|
||||
"volume": {
|
||||
"command": "pavucontrol",
|
||||
"unfocus": "hide",
|
||||
"animation": "fromLeft",
|
||||
"margin": 20,
|
||||
"lazy": true
|
||||
},
|
||||
"terminal": {
|
||||
"command": "kitty --class scratchpad"
|
||||
},
|
||||
"yazi": {
|
||||
"command": "kitty --class scratchpad yazi"
|
||||
},
|
||||
"gpt": {
|
||||
"command": "kitty --class scratchpad tgpt -i",
|
||||
"lazy": true
|
||||
},
|
||||
"dots": {
|
||||
"command": "kitty --class scratchpad yadm enter lazygit",
|
||||
"lazy": true
|
||||
},
|
||||
"btop": {
|
||||
"command": "kitty --class scratchpad btop",
|
||||
"lazy": true
|
||||
},
|
||||
"bluetooth": {
|
||||
"command": "blueman-manager",
|
||||
"animation": "fromRight",
|
||||
"unfocus": "hide",
|
||||
"margin": 20,
|
||||
"lazy": true
|
||||
}
|
||||
}
|
||||
}
|
37
.config/hypr/pyprland.toml
Normal file
37
.config/hypr/pyprland.toml
Normal file
|
@ -0,0 +1,37 @@
|
|||
[pyprland]
|
||||
plugins = ["scratchpads", "expose", "magnify"]
|
||||
|
||||
[scratchpads.volume]
|
||||
command = "pavucontrol"
|
||||
unfocus = "hide"
|
||||
animation = "fromLeft"
|
||||
margin = 20
|
||||
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 -i"
|
||||
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
|
Loading…
Add table
Reference in a new issue