summaryrefslogtreecommitdiff
path: root/hypr/pyprland.json
blob: c2e497f68984f41dd3377086458aa48346de0439 (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"
		}
	}
}