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
|
||||
|
||||
[window.padding]
|
||||
x = 15
|
||||
y = 15
|
||||
x = 0
|
||||
y = 0
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
|
@ -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%"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user