diff --git a/neru/config.toml b/neru/config.toml index b024d1d..3d37925 100644 --- a/neru/config.toml +++ b/neru/config.toml @@ -41,6 +41,7 @@ text = "#F1F5F9" "Primary+Shift+1" = "action move_monitor 'Built-in Retina Display'" "Primary+Shift+2" = "action move_monitor 'Mi Monitor'" "Primary+Shift+3" = "action move_monitor 'ZOWIE RL LCD'" +#"Primary+Shift+Alt+S" = "hints --search" # Hint mode # See https://github.com/y3owk1n/neru/blob/main/docs/CONFIGURATION.md#hint-mode @@ -130,8 +131,8 @@ y_offset = 24 # Offset from the selected position width = 320 # Search input width in pixels [hints.boundary_highlight] -enabled = false # Draw a subtle outline around each target element -border_width = 1 +enabled = true # Draw a subtle outline around each target element +border_width = 2 border_radius = -1 # -1 = auto pill # Grid mode @@ -226,7 +227,7 @@ color = { light = "#DC2626", dark = "#F87171" } # Mouse action indicator (macOS) # See https://github.com/y3owk1n/neru/blob/main/docs/CONFIGURATION.md#mouse-action-indicator [mouse_action_indicator] -enabled = false # Disabled by default +enabled = true # Disabled by default actions = ["left_click", "right_click", "middle_click", "mouse_down", "mouse_up"] [mouse_action_indicator.ui]