diff options
author | self <george@gabbott.dev> | 2023-06-15 21:35:03 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2023-06-15 21:35:03 +0100 |
commit | d715f3582abee89e41750e8b6998062fa69cc496 (patch) | |
tree | 729f94249d608f7abaddafdc83bd5592f8f7edc0 /hypr/pyprland.json | |
parent | 304e475b8daae9b16d60ceafd5885cb72e8872a7 (diff) |
Hyprland: added pyprland
Diffstat (limited to 'hypr/pyprland.json')
-rw-r--r-- | hypr/pyprland.json | 21 |
1 files changed, 21 insertions, 0 deletions
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" + } + }, +} |