summaryrefslogtreecommitdiff
path: root/pypr/config.toml
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2026-04-13 09:05:47 -0500
committerzsmith <zsmith@newhopechurch.tv>2026-04-13 09:05:47 -0500
commit4a964adf88f8a1a8b54ecd2582860d351a074bf1 (patch)
tree6580647b5a74a8f20dee62096bc45f44842e7c1d /pypr/config.toml
parente668e8eb29215b2ba2beb873dc85670d13ecfe50 (diff)
parent2418ffd3d74dde0de4487c310acc6f111f0fbe4c (diff)
Merge branch 'master' into macmac
Diffstat (limited to 'pypr/config.toml')
-rw-r--r--pypr/config.toml78
1 files changed, 78 insertions, 0 deletions
diff --git a/pypr/config.toml b/pypr/config.toml
new file mode 100644
index 0000000..3110ba5
--- /dev/null
+++ b/pypr/config.toml
@@ -0,0 +1,78 @@
+[pyprland]
+plugins = [
+ "toggle_special",
+ "scratchpads",
+ "expose"
+]
+
+[scratchpads.sphtop]
+animation = "fromBottom"
+command = "kitty --class sphtop -e htop"
+class = "sphtop"
+size = "50% 50%"
+
+[scratchpads.spterm]
+animation = "fromBottom"
+command = "kitty --class spterm"
+class = "spterm"
+size = "50% 50%"
+
+[scratchpads.sppmxr]
+animation = "fromBottom"
+command = "kitty --class sppmxr -e pulsemixer"
+class = "sppmxr"
+size = "50% 50%"
+
+[scratchpads.spblue]
+animation = "fromBottom"
+command = "kitty --class spblue -e bluetoothctl"
+class = "spblue"
+size = "50% 50%"
+
+[scratchpads.spncmp]
+animation = "fromBottom"
+command = "kitty --class spncmp -e ncmpcpp"
+class = "spncmp"
+size = "50% 50%"
+
+[scratchpads.spmutt]
+animation = "fromBottom"
+command = "kitty --class spmutt -e neomutt"
+class = "spmutt"
+size = "50% 50%"
+
+[scratchpads.spprof]
+animation = "fromBottom"
+command = "kitty --class spprof -e profanity"
+class = "spprof"
+size = "50% 50%"
+
+[scratchpads.spirss]
+animation = "fromBottom"
+command = "kitty --class spirss -e irssi"
+class = "spirss"
+size = "50% 50%"
+
+[scratchpads.spvimw]
+animation = "fromBottom"
+command = "kitty --class spvimw -e vw"
+class = "spvimw"
+size = "50% 50%"
+
+[scratchpads.trmc]
+animation = "fromBottom"
+command = "kitty --class trmc -e tremc"
+class = "trmc"
+size = "50% 50%"
+
+[scratchpads.helvum]
+animation = "fromBottom"
+command = "helvum"
+class = "org.pipewire.Helvum"
+size = "50% 50%"
+
+[scratchpads.easyfx]
+animation = "fromBottom"
+command = "easyeffects"
+class = "com.github.wwmm.easyeffects"
+size = "50% 50%"