From f81ba15d354628fbb1b6a213dfa5d9b2f48ce50c Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:58:56 -0500 Subject: [PATCH] pyprland - dropdown terminal --- .config/hypr/pyprland.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/hypr/pyprland.toml diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml new file mode 100644 index 00000000..a773266e --- /dev/null +++ b/.config/hypr/pyprland.toml @@ -0,0 +1,10 @@ +[pyprland] +plugins = ["scratchpads"] + +[scratchpads.term] +animation = "fromTop" +command = "kitty --class kitty-dropterm" +class = "kitty-dropterm" +size = "60% 20%" +max_size = "1920px 40%" +margin = 50 \ No newline at end of file