update: use kitty as main terminal
This commit is contained in:
parent
1c17d73231
commit
a3c7f5814b
@ -1 +1 @@
|
|||||||
alacritty
|
kitty
|
||||||
|
@ -9,8 +9,8 @@ style = "Regular"
|
|||||||
opacity = 0.7
|
opacity = 0.7
|
||||||
|
|
||||||
[window.padding]
|
[window.padding]
|
||||||
x = 15
|
x = 0
|
||||||
y = 15
|
y = 0
|
||||||
|
|
||||||
[selection]
|
[selection]
|
||||||
save_to_clipboard = true
|
save_to_clipboard = true
|
||||||
|
@ -7,6 +7,6 @@ plugins = [
|
|||||||
|
|
||||||
[scratchpads.term]
|
[scratchpads.term]
|
||||||
animation = "fromTop"
|
animation = "fromTop"
|
||||||
command = "kitty --class kitty-dropterm"
|
command = "alacritty --class kitty-dropterm"
|
||||||
class = "kitty-dropterm"
|
class = "alacritty-dropterm"
|
||||||
size = "75% 60%"
|
size = "75% 60%"
|
||||||
|
@ -35,8 +35,10 @@
|
|||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"on-click-middle": "close",
|
"on-click-middle": "close",
|
||||||
"ignore-list": [
|
"ignore-list": [
|
||||||
"Alacritty",
|
"Alacritty",
|
||||||
"kitty-dropterm"
|
"kitty-dropterm",
|
||||||
|
"kitty",
|
||||||
|
"alacritty-dropterm"
|
||||||
],
|
],
|
||||||
"app_ids-mapping": {
|
"app_ids-mapping": {
|
||||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
"firefoxdeveloperedition": "firefox-developer-edition"
|
||||||
|
Loading…
Reference in New Issue
Block a user