Compare commits
2
Commits
4666c1c133
...
a3c7f5814b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c7f5814b | ||
|
|
1c17d73231 |
@@ -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
|
||||||
|
|||||||
+2
-2
@@ -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%"
|
||||||
|
|||||||
+13
-2
@@ -8,7 +8,18 @@ background_opacity 0.7
|
|||||||
|
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
|
||||||
enable_audio_bell no
|
|
||||||
|
|
||||||
selection_foreground #000000
|
selection_foreground #000000
|
||||||
selection_background #F5FBFF
|
selection_background #F5FBFF
|
||||||
|
|
||||||
|
detect_urls yes
|
||||||
|
copy_on_select clipboard
|
||||||
|
strip_trailing_spaces smart
|
||||||
|
rectangle_select_modifiers ctrl+alt
|
||||||
|
terminal_select_modifiers shift
|
||||||
|
|
||||||
|
enable_audio_bell no
|
||||||
|
|
||||||
|
remember_window_size no
|
||||||
|
window_padding_width 5
|
||||||
|
|
||||||
|
map ctrl+super+enter launch --cwd=current
|
||||||
|
|||||||
@@ -36,7 +36,9 @@
|
|||||||
"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"
|
||||||
|
|||||||
Reference in New Issue
Block a user