update: use kitty as drop-down term
This commit is contained in:
parent
dd8866242e
commit
24f4e6e424
@ -9,6 +9,7 @@ packagesPacman=(
|
||||
"cliphist"
|
||||
"hyprlock"
|
||||
"hypridle"
|
||||
"kitty"
|
||||
);
|
||||
|
||||
packagesYay=(
|
||||
|
@ -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%"
|
||||
|
Loading…
Reference in New Issue
Block a user