diff options
Diffstat (limited to 'config/hypr/pyprland.toml')
| -rw-r--r-- | config/hypr/pyprland.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/hypr/pyprland.toml b/config/hypr/pyprland.toml new file mode 100644 index 00000000..2ab74e86 --- /dev/null +++ b/config/hypr/pyprland.toml @@ -0,0 +1,12 @@ +[pyprland] + +plugins = [ + "scratchpads", + "magnify", +] + +[scratchpads.term] +animation = "fromTop" +command = "kitty --class kitty-dropterm" +class = "kitty-dropterm" +size = "75% 60%" |
