Ver Fonte

auto update script executed

Toby Chui há 1 ano atrás
pai
commit
54c8aa21d2
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      system/gotty/.gotty

+ 3 - 3
system/gotty/.gotty

@@ -155,13 +155,13 @@
   // color_palette_overrides = null
 
   // [bool] Automatically copy mouse selection to the clipboard.
-  // copy_on_select = true
+  copy_on_select = false
 
   // [bool] Whether to use the default window copy behaviour
-  // use_default_window_copy = false
+  use_default_window_copy = true
 
   // [bool] Whether to clear the selection after copying.
-  // clear_selection_after_copy = true
+  clear_selection_after_copy = false
 
   // [bool] If true, Ctrl-Plus/Minus/Zero controls zoom.
   //        If false, Ctrl-Shift-Plus/Minus/Zero controls zoom, Ctrl-Minus sends ^_, Ctrl-Plus/Zero do nothing.