Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c7f5814b | ||
|
|
1c17d73231 |
@@ -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
|
||||
|
||||
+2
-2
@@ -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%"
|
||||
|
||||
+13
-2
@@ -8,7 +8,18 @@ background_opacity 0.7
|
||||
|
||||
confirm_os_window_close 0
|
||||
|
||||
enable_audio_bell no
|
||||
|
||||
selection_foreground #000000
|
||||
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",
|
||||
"ignore-list": [
|
||||
"Alacritty",
|
||||
"kitty-dropterm"
|
||||
"kitty-dropterm",
|
||||
"kitty",
|
||||
"alacritty-dropterm"
|
||||
],
|
||||
"app_ids-mapping": {
|
||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
||||
|
||||
Reference in New Issue
Block a user