diff --git a/symlinks/bin/nvimremote b/symlinks/bin/nvimremote index a739f63..1f9a29a 100755 --- a/symlinks/bin/nvimremote +++ b/symlinks/bin/nvimremote @@ -14,6 +14,8 @@ if test -S $SERVER_NAME; then else if [ "$XDG_SESSION_DESKTOP" = "sway" ]; then swaymsg "[title=\"$WINDOW_NAME\"] focus" + elif [ "$XDG_SESSION_DESKTOP" = "gnome" ]; then + /usr/bin/wmctrl -a "$WINDOW_NAME" fi fi ~/.asdf/shims/nvim --server $SERVER_NAME --remote $2 diff --git a/symlinks/config/godot/.gitignore b/symlinks/config/godot/.gitignore index 09e2a2b..6dd2b5c 100644 --- a/symlinks/config/godot/.gitignore +++ b/symlinks/config/godot/.gitignore @@ -1 +1,2 @@ projects/* +recent_dirs diff --git a/symlinks/config/godot/editor_settings-4.tres b/symlinks/config/godot/editor_settings-4.tres index 038d8b1..c7fc914 100644 --- a/symlinks/config/godot/editor_settings-4.tres +++ b/symlinks/config/godot/editor_settings-4.tres @@ -4,6 +4,7 @@ interface/theme/base_color = Color(0.21, 0.24, 0.29, 1) interface/theme/accent_color = Color(0.44, 0.73, 0.98, 1) interface/theme/contrast = 0.3 +filesystem/import/blender/rpc_port = 0 text_editor/theme/highlighting/symbol_color = Color(0.67, 0.79, 1, 1) text_editor/theme/highlighting/keyword_color = Color(1, 0.44, 0.52, 1) text_editor/theme/highlighting/control_flow_keyword_color = Color(1, 0.55, 0.8, 1) @@ -11,6 +12,7 @@ text_editor/theme/highlighting/base_type_color = Color(0.26, 1, 0.76, 1) text_editor/theme/highlighting/engine_type_color = Color(0.56, 1, 0.86, 1) text_editor/theme/highlighting/user_type_color = Color(0.78, 1, 0.93, 1) text_editor/theme/highlighting/comment_color = Color(0.8025, 0.81, 0.8225, 0.5) +text_editor/theme/highlighting/doc_comment_color = Color(0.6, 0.7, 0.8, 0.8) text_editor/theme/highlighting/string_color = Color(1, 0.93, 0.63, 1) text_editor/theme/highlighting/background_color = Color(0.1155, 0.132, 0.1595, 1) text_editor/theme/highlighting/completion_background_color = Color(0.21, 0.24, 0.29, 1) @@ -127,3 +129,39 @@ editors/3d_gizmos/gizmo_colors/navigation_solid_disabled = Color(0.7, 0.7, 0.7, editors/3d_gizmos/gizmo_colors/joint_body_a = Color(0.6, 0.8, 1, 1) editors/3d_gizmos/gizmo_colors/joint_body_b = Color(0.6, 0.9, 1, 1) editors/3d_gizmos/gizmo_colors/fog_volume = Color(0.5, 0.7, 1, 1) +export/android/java_sdk_path = "" +export/android/use_wifi_for_remote_debug = false +export/android/wifi_remote_debug_host = "localhost" +export/macos/rcodesign = "" +export/web/use_tls = false +export/web/tls_key = "" +export/web/tls_certificate = "" +interface/editor/localize_settings = true +interface/inspector/default_property_name_style = 1 +docks/scene_tree/ask_before_deleting_related_animation_tracks = true +editors/3d/navigation/show_viewport_navigation_gizmo = false +version_control/username = "" +version_control/ssh_public_key_path = "" +version_control/ssh_private_key_path = "" +editors/bone_mapper/handle_colors/unset = Color(0.3, 0.3, 0.3, 1) +editors/bone_mapper/handle_colors/set = Color(0.1, 0.6, 0.25, 1) +editors/bone_mapper/handle_colors/missing = Color(0.8, 0.2, 0.8, 1) +editors/bone_mapper/handle_colors/error = Color(0.8, 0.2, 0.2, 1) +editors/3d_gizmos/gizmo_settings/path3d_tilt_disk_size = 0.8 +editors/3d_gizmos/gizmo_colors/path_tilt = Color(1, 1, 0.4, 0.9) +export/ssh/ssh = "" +export/ssh/scp = "" +network/language_server/poll_limit_usec = 100000 +editors/3d_gizmos/gizmo_colors/particle_attractor = Color(1, 0.7, 0.5, 1) +text_editor/theme/highlighting/gdscript/function_definition_color = Color(0.4, 0.9, 1, 1) +text_editor/theme/highlighting/gdscript/global_function_color = Color(0.64, 0.64, 0.96, 1) +text_editor/theme/highlighting/gdscript/node_path_color = Color(0.72, 0.77, 0.49, 1) +text_editor/theme/highlighting/gdscript/node_reference_color = Color(0.39, 0.76, 0.35, 1) +text_editor/theme/highlighting/gdscript/annotation_color = Color(1, 0.7, 0.45, 1) +text_editor/theme/highlighting/gdscript/string_name_color = Color(1, 0.76, 0.65, 1) +text_editor/theme/highlighting/comment_markers/critical_color = Color(0.77, 0.35, 0.35, 1) +text_editor/theme/highlighting/comment_markers/warning_color = Color(0.72, 0.61, 0.48, 1) +text_editor/theme/highlighting/comment_markers/notice_color = Color(0.56, 0.67, 0.51, 1) +text_editor/theme/highlighting/comment_markers/critical_list = "ALERT,ATTENTION,CAUTION,CRITICAL,DANGER,SECURITY" +text_editor/theme/highlighting/comment_markers/warning_list = "BUG,DEPRECATED,FIXME,HACK,TASK,TBD,TODO,WARNING" +text_editor/theme/highlighting/comment_markers/notice_list = "INFO,NOTE,NOTICE,TEST,TESTING" diff --git a/symlinks/config/godot/recent_dirs b/symlinks/config/godot/recent_dirs deleted file mode 100644 index e69de29..0000000