From d715f3582abee89e41750e8b6998062fa69cc496 Mon Sep 17 00:00:00 2001
From: self <george@gabbott.dev>
Date: Thu, 15 Jun 2023 21:35:03 +0100
Subject: Hyprland: added pyprland

---
 hypr/pyprland.json | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 hypr/pyprland.json

(limited to 'hypr/pyprland.json')

diff --git a/hypr/pyprland.json b/hypr/pyprland.json
new file mode 100644
index 0000000..2035ea8
--- /dev/null
+++ b/hypr/pyprland.json
@@ -0,0 +1,21 @@
+{
+	"pyprland": {
+		"plugins": [
+			"scratchpads",
+			"workspaces_follow_focus"
+		]
+	},
+
+	"scratchpads": {
+		"term": {
+			"command": "foot",
+			"animation": "fromTop",
+			"unfocus": "hide"
+		},
+		"volume": {
+			"command": "pavucontrol",
+			"unfocus": "hide",
+			"animation": "fromRight"
+		}
+	},
+}
-- 
cgit v1.2.1