summaryrefslogtreecommitdiff
path: root/hypr/pyprland.toml
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2026-01-04 21:21:43 -0600
committerZachIR <zachir@librem.one>2026-01-04 21:21:43 -0600
commitc69eb6fc2b5e79f3965e3f6b78cb5a793fbc179c (patch)
treeec12b33bc2b8f5a6e93f3689572fb42226a3ee87 /hypr/pyprland.toml
parent8dba57c0b34a4cb5e114823d79e4dd724a5b9d7b (diff)
parent4dfae6cc2cae76d60e04ead74774b74b1432219c (diff)
Merge branch 'master' into carcar
Diffstat (limited to 'hypr/pyprland.toml')
-rw-r--r--hypr/pyprland.toml73
1 files changed, 73 insertions, 0 deletions
diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml
index cacd7f1..3110ba5 100644
--- a/hypr/pyprland.toml
+++ b/hypr/pyprland.toml
@@ -1,5 +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%"