summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile13
-rw-r--r--hypr/pyprland.toml2
2 files changed, 10 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3d220be..12854c4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,18 @@ all:
install: install-hyprplugins install-zshconfigs install-shconfigs vimplug-vim
-install-hyprplugins:
+install-hyprplugins: install-hyprsplit install-hyprland-plugins
+
+install-hyprsplit:
@echo "Installing hyprsplit..."
- @hyprpm add https://github.com/shezdy/hyprsplit
- @echo "Installing hyprland-plugins..."
- @hyprpm add https://github.com/hyprwm/hyprland-plugins
+ @hyprpm add https://github.com/shezdy/hyprsplit || echo "Already installed!"
@echo "Enabling hyprsplit..."
@hyprpm enable hyprsplit
+ @echo "Done."
+
+install-hyprland-plugins:
+ @echo "Installing hyprland-plugins..."
+ @hyprpm add https://github.com/hyprwm/hyprland-plugins || echo "Already installed!"
@echo "Enabling hyprscrolling..."
@hyprpm enable hyprscrolling
@echo "Done."
diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml
index 038e8dc..5c1d343 100644
--- a/hypr/pyprland.toml
+++ b/hypr/pyprland.toml
@@ -85,7 +85,7 @@ lazy = true
size = "50% 50%"
position = "25% 25%"
-[scratchpads.qpwgraph]
+[scratchpads.helvum]
animation = ""
command = "helvum"
class = "org.pipewire.Helvum"