update: use kitty as drop-down term

This commit is contained in:
Yingjie Wang 2024-05-25 14:46:40 -04:00
parent dd8866242e
commit 24f4e6e424
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ packagesPacman=(
"cliphist" "cliphist"
"hyprlock" "hyprlock"
"hypridle" "hypridle"
"kitty"
); );
packagesYay=( packagesYay=(

View File

@ -7,6 +7,6 @@ plugins = [
[scratchpads.term] [scratchpads.term]
animation = "fromTop" animation = "fromTop"
command = "alacritty --class alacritty-dropterm" command = "kitty --class kitty-dropterm"
class = "alacritty-dropterm" class = "kitty-dropterm"
size = "75% 60%" size = "75% 60%"