summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/hypr/pyprland.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/hyprland/.config/hypr/pyprland.toml')
-rw-r--r--dotfiles/hyprland/.config/hypr/pyprland.toml55
1 files changed, 0 insertions, 55 deletions
diff --git a/dotfiles/hyprland/.config/hypr/pyprland.toml b/dotfiles/hyprland/.config/hypr/pyprland.toml
deleted file mode 100644
index e496cd9..0000000
--- a/dotfiles/hyprland/.config/hypr/pyprland.toml
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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"