summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-06-15 21:35:03 +0100
committerself <george@gabbott.dev>2023-06-15 21:35:03 +0100
commitd715f3582abee89e41750e8b6998062fa69cc496 (patch)
tree729f94249d608f7abaddafdc83bd5592f8f7edc0
parent304e475b8daae9b16d60ceafd5885cb72e8872a7 (diff)
Hyprland: added pyprland
-rw-r--r--hypr/hyprland.conf1
-rw-r--r--hypr/pyprland.json21
2 files changed, 22 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 1977b84..62c78dc 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -8,6 +8,7 @@ monitor=eDP-1,1920x1080@59.977001,0x0,1
exec-once = waybar & hyprpaper & dunst & firefox & pipewire & wireplumber
exec-once = udiskie &
+exec-once = pypr
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf
diff --git a/hypr/pyprland.json b/hypr/pyprland.json
new file mode 100644
index 0000000..2035ea8
--- /dev/null
+++ b/hypr/pyprland.json
@@ -0,0 +1,21 @@
+{
+ "pyprland": {
+ "plugins": [
+ "scratchpads",
+ "workspaces_follow_focus"
+ ]
+ },
+
+ "scratchpads": {
+ "term": {
+ "command": "foot",
+ "animation": "fromTop",
+ "unfocus": "hide"
+ },
+ "volume": {
+ "command": "pavucontrol",
+ "unfocus": "hide",
+ "animation": "fromRight"
+ }
+ },
+}