settings.talon (1884B)
1 - 2 settings(): 3 #adjust the scale of the imgui to my liking 4 imgui.scale = 1.3 5 # enable if you'd like the picker gui to automatically appear when explorer has focus 6 user.file_manager_auto_show_pickers = 0 7 #set the max number of command lines per page in help 8 user.help_max_command_lines_per_page = 50 9 # set the max number of contexts display per page in help 10 user.help_max_contexts_per_page = 20 11 # The default amount used when scrolling continuously 12 user.mouse_continuous_scroll_amount = 80 13 #stop continuous scroll/gaze scroll with a pop 14 user.mouse_enable_pop_stops_scroll = 1 15 #enable pop click with 'control mouse' mode 16 user.mouse_enable_pop_click = 1 17 #When enabled, the 'Scroll Mouse' GUI will not be shown. 18 user.mouse_hide_mouse_gui = 0 19 #hide cursor when mouse_wake is called to enable zoom mouse 20 user.mouse_wake_hides_cursor = 0 21 #the amount to scroll up/down (equivalent to mouse wheel on Windows by default) 22 user.mouse_wheel_down_amount = 120 23 #mouse grid and friends put the number one on the bottom left (vs on the top left) 24 user.grids_put_one_bottom_left = 1 25 # the number of lines of command history to display by default 26 user.command_history_display = 10 27 # the number of lines of command history to keep in total; 28 # "command history more" to display all of them, "command history less" to restore 29 user.command_history_size = 50 30 31 # Uncomment the below to enable context-sensitive dictation. This determines 32 # how to format (capitalize, space) dictation-mode speech by selecting & 33 # copying surrounding text before inserting. This can be slow and may not 34 # work in some applications. You may wish to enable this on a 35 # per-application basis. 36 #user.context_sensitive_dictation = 1 37 38 # uncomment tag to enable mouse grid 39 tag(): user.mouse_grid_enabled