aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/pypr
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-02 12:28:42 -0600
committerCraig Jennings <c@cjennings.net>2026-02-02 12:28:42 -0600
commitf986381d32a3d76bb1c270998eefcad8d274c461 (patch)
tree5816aa2aec17d27e90901cdeb123dc64438d2a87 /dotfiles/hyprland/.config/pypr
parent50ca1ef867d1bf36ad036e34d280f644467d5898 (diff)
downloadarchsetup-f986381d32a3d76bb1c270998eefcad8d274c461.tar.gz
archsetup-f986381d32a3d76bb1c270998eefcad8d274c461.zip
fix(pyprland): move config to new standard location
~/.config/pypr/config.toml replaces ~/.config/hypr/pyprland.toml
Diffstat (limited to 'dotfiles/hyprland/.config/pypr')
-rw-r--r--dotfiles/hyprland/.config/pypr/config.toml55
1 files changed, 55 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/pypr/config.toml b/dotfiles/hyprland/.config/pypr/config.toml
new file mode 100644
index 0000000..e496cd9
--- /dev/null
+++ b/dotfiles/hyprland/.config/pypr/config.toml
@@ -0,0 +1,55 @@
+# Pyprland Configuration
+# https://hyprland-community.github.io/pyprland/
+
+[pyprland]
+plugins = [
+ "scratchpads",
+ "magnify",
+]
+
+# ============================================================================
+# Magnify
+# ============================================================================
+[magnify]
+factor = 2
+
+# ============================================================================
+# Scratchpads
+# ============================================================================
+# Scratchpads use normal workspaces by default (not special workspaces),
+# which prevents newly launched apps from being captured by the scratchpad.
+
+[scratchpads.term]
+command = "foot --app-id foot-term tmux"
+class = "foot-term"
+size = "60% 60%"
+position = "20% 20%"
+animation = "fromBottom"
+
+[scratchpads.term2]
+command = "foot --app-id foot-term2 tmux"
+class = "foot-term2"
+size = "60% 60%"
+position = "20% 30%"
+animation = "fromBottom"
+
+[scratchpads.audio]
+command = "foot --app-id foot-audio pulsemixer"
+class = "foot-audio"
+size = "60% 60%"
+position = "20% 20%"
+animation = "fromBottom"
+
+[scratchpads.monitor]
+command = "foot --app-id foot-monitor monitor-dashboard"
+class = "foot-monitor"
+size = "60% 60%"
+position = "20% 20%"
+animation = "fromBottom"
+
+[scratchpads.music]
+command = "foot --app-id foot-music ncmpcpp"
+class = "foot-music"
+size = "60% 60%"
+position = "20% 20%"
+animation = "fromBottom"