summaryrefslogtreecommitdiff
path: root/hypr/pyprland.json
blob: 2035ea8e12903dcc09bd4341bc19a48d1f8997c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"pyprland": {
		"plugins": [
			"scratchpads",
			"workspaces_follow_focus"
		]
	},

	"scratchpads": {
		"term": {
			"command": "foot",
			"animation": "fromTop",
			"unfocus": "hide"
		},
		"volume": {
			"command": "pavucontrol",
			"unfocus": "hide",
			"animation": "fromRight"
		}
	},
}