...
This commit is contained in:
@@ -121,7 +121,7 @@ def get_new_os_window_trigger(opts):
|
|||||||
def _run_app(opts, args):
|
def _run_app(opts, args):
|
||||||
new_os_window_trigger = get_new_os_window_trigger(opts)
|
new_os_window_trigger = get_new_os_window_trigger(opts)
|
||||||
if False and is_macos:
|
if False and is_macos:
|
||||||
# This is disabled because using s custom cursors fails
|
# This is disabled because using custom cursors fails
|
||||||
# on dual GPU machines: https://github.com/kovidgoyal/kitty/issues/794
|
# on dual GPU machines: https://github.com/kovidgoyal/kitty/issues/794
|
||||||
set_custom_ibeam_cursor()
|
set_custom_ibeam_cursor()
|
||||||
load_all_shaders.cursor_text_color = opts.cursor_text_color
|
load_all_shaders.cursor_text_color = opts.cursor_text_color
|
||||||
|
|||||||
Reference in New Issue
Block a user