diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-12 11:35:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 11:35:14 +0900 |
| commit | 0d1da92d1bddf8abd8fdef96175f45cb98a86374 (patch) | |
| tree | 9ccd92772840c5f9b14070d38150da3b26e0ef9d /config/hypr/pyprland.toml | |
| parent | 28f083e19ed12a5cd7b49b8fac88af7a9fa93a61 (diff) | |
| parent | f3f55304bd8e7949915cd8a1d8000509bbeea186 (diff) | |
Merge branch 'main' into development
Diffstat (limited to 'config/hypr/pyprland.toml')
| -rw-r--r-- | config/hypr/pyprland.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/hypr/pyprland.toml b/config/hypr/pyprland.toml new file mode 100644 index 00000000..731a8093 --- /dev/null +++ b/config/hypr/pyprland.toml @@ -0,0 +1,14 @@ +# /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ # + +[pyprland] + +plugins = [ + "scratchpads", + "magnify", +] + +[scratchpads.term] +animation = "fromTop" +command = "kitty --class kitty-dropterm" +class = "kitty-dropterm" +size = "75% 60%" |
