refactor: enhance navigation

This commit is contained in:
Dan 2026-05-24 23:40:27 +08:00
parent 4fe2b4cd01
commit 38092195ea

View File

@ -41,6 +41,7 @@ text = "#F1F5F9"
"Primary+Shift+1" = "action move_monitor 'Built-in Retina Display'" "Primary+Shift+1" = "action move_monitor 'Built-in Retina Display'"
"Primary+Shift+2" = "action move_monitor 'Mi Monitor'" "Primary+Shift+2" = "action move_monitor 'Mi Monitor'"
"Primary+Shift+3" = "action move_monitor 'ZOWIE RL LCD'" "Primary+Shift+3" = "action move_monitor 'ZOWIE RL LCD'"
#"Primary+Shift+Alt+S" = "hints --search"
# Hint mode # Hint mode
# See https://github.com/y3owk1n/neru/blob/main/docs/CONFIGURATION.md#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 width = 320 # Search input width in pixels
[hints.boundary_highlight] [hints.boundary_highlight]
enabled = false # Draw a subtle outline around each target element enabled = true # Draw a subtle outline around each target element
border_width = 1 border_width = 2
border_radius = -1 # -1 = auto pill border_radius = -1 # -1 = auto pill
# Grid mode # Grid mode
@ -226,7 +227,7 @@ color = { light = "#DC2626", dark = "#F87171" }
# Mouse action indicator (macOS) # Mouse action indicator (macOS)
# See https://github.com/y3owk1n/neru/blob/main/docs/CONFIGURATION.md#mouse-action-indicator # See https://github.com/y3owk1n/neru/blob/main/docs/CONFIGURATION.md#mouse-action-indicator
[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"] actions = ["left_click", "right_click", "middle_click", "mouse_down", "mouse_up"]
[mouse_action_indicator.ui] [mouse_action_indicator.ui]