From 24f4e6e4242f5f4deef47ab2593fe4147b6f2320 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 25 May 2024 14:46:40 -0400 Subject: [PATCH] update: use kitty as drop-down term --- .install/packages/hyprland-packages.sh | 1 + hypr/pyprland.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.install/packages/hyprland-packages.sh b/.install/packages/hyprland-packages.sh index afac20a..5ca80b0 100644 --- a/.install/packages/hyprland-packages.sh +++ b/.install/packages/hyprland-packages.sh @@ -9,6 +9,7 @@ packagesPacman=( "cliphist" "hyprlock" "hypridle" + "kitty" ); packagesYay=( diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index b342481..2ab74e8 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -7,6 +7,6 @@ plugins = [ [scratchpads.term] animation = "fromTop" -command = "alacritty --class alacritty-dropterm" -class = "alacritty-dropterm" +command = "kitty --class kitty-dropterm" +class = "kitty-dropterm" size = "75% 60%"