update: use kitty as main terminal

This commit is contained in:
Yingjie Wang 2024-07-20 01:27:14 -04:00
parent 1c17d73231
commit a3c7f5814b
4 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
alacritty
kitty

View File

@ -9,8 +9,8 @@ style = "Regular"
opacity = 0.7
[window.padding]
x = 15
y = 15
x = 0
y = 0
[selection]
save_to_clipboard = true

View File

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

View File

@ -35,8 +35,10 @@
"on-click": "activate",
"on-click-middle": "close",
"ignore-list": [
"Alacritty",
"kitty-dropterm"
"Alacritty",
"kitty-dropterm",
"kitty",
"alacritty-dropterm"
],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition"