dotfiles/.config/hypr/pyprland.json
2023-11-11 16:49:45 +01:00

43 lines
856 B
JSON

{
"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
}
}
}