From 151924c5923fa6375b999ada9e545dd6fdb98c07 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 2 Aug 2023 04:46:05 +0300 Subject: [PATCH] Some changes again --- .../private_Arc/StorableLinkRouting.json | 108 ++++++++++++++++++ private_dot_config/karabiner.edn | 10 +- private_dot_config/kitty/kitty.conf | 5 +- private_dot_config/private_fish/config.fish | 5 + 4 files changed, 125 insertions(+), 3 deletions(-) diff --git a/private_Library/private_Application Support/private_Arc/StorableLinkRouting.json b/private_Library/private_Application Support/private_Arc/StorableLinkRouting.json index f65b9d4..c0f27dc 100644 --- a/private_Library/private_Application Support/private_Arc/StorableLinkRouting.json +++ b/private_Library/private_Application Support/private_Arc/StorableLinkRouting.json @@ -432,6 +432,114 @@ } } ] + }, + { + "id" : "9B5C6962-7BC4-4A09-8F8B-D23904B483AC", + "destination" : { + "space" : { + "_0" : { + "space" : { + "_0" : "C320F03E-A200-4AAB-BAD0-1A9198B6B71B" + } + } + } + }, + "sourceComponents" : [ + { + "id" : "EBBF2F5E-564F-476B-9A17-B1A723AF2767", + "componentType" : { + "urlMatch" : { + "_0" : { + "contains" : { + + } + }, + "_1" : "moneysend" + } + } + } + ] + }, + { + "id" : "1A272988-7410-45DB-B199-250FD896DBE5", + "destination" : { + "space" : { + "_0" : { + "space" : { + "_0" : "C320F03E-A200-4AAB-BAD0-1A9198B6B71B" + } + } + } + }, + "sourceComponents" : [ + { + "id" : "F4A3B3E6-1671-44DD-BBC1-4193CE4F3770", + "componentType" : { + "urlMatch" : { + "_0" : { + "contains" : { + + } + }, + "_1" : "tinkoff.ru" + } + } + } + ] + }, + { + "id" : "9CF1E782-6517-43AF-BCB3-62C6F53331BE", + "destination" : { + "space" : { + "_0" : { + "mostRecent" : { + + } + } + } + }, + "sourceComponents" : [ + { + "id" : "866EE41F-0892-441B-8374-6A4C5BE88614", + "componentType" : { + "urlMatch" : { + "_0" : { + "contains" : { + + } + }, + "_1" : "raiffeisen.ru" + } + } + } + ] + }, + { + "id" : "1C4508FB-8C06-4E08-8EF7-939E6F688245", + "destination" : { + "space" : { + "_0" : { + "mostRecent" : { + + } + } + } + }, + "sourceComponents" : [ + { + "id" : "01512154-0791-4215-A54A-31228DE92F59", + "componentType" : { + "urlMatch" : { + "_0" : { + "contains" : { + + } + }, + "_1" : "meet.google.com" + } + } + } + ] } ], "defaultDestination" : { diff --git a/private_dot_config/karabiner.edn b/private_dot_config/karabiner.edn index 918acb6..c088db0 100644 --- a/private_dot_config/karabiner.edn +++ b/private_dot_config/karabiner.edn @@ -18,6 +18,11 @@ [:##open_bracket :!R8 [:ru :keykey]] [:##open_bracket :backslash [:ru :!keykey]] [:##backslash :open_bracket :ru]]} + {:des "Delete->Control on Advantage2" + :rules [:adv2 [:##delete_forward :left_control] + [:##equal_sign :grave_accent_and_tilde :ru] + [:##grave_accent_and_tilde :equal_sign :ru]]} + {:des "Caps->Russian, LShift->English" :rules [[:##left_shift :left_shift nil {:alone {:input :en}}] @@ -31,7 +36,10 @@ {:des "Alternative language switches: Lcmd->English, Rcmd->Russian, Rshift-> Russian" :rules [[:left_command :left_command nil {:alone {:input :en}}] [:right_command :right_command :adv2 {:alone {:input :ru}}] - [:right_shift :right_shift nil {:alone {:input :ru}}]]} + [:right_shift :right_shift nil {:alone {:input :ru}}] + [:!Ct [:!Ct {:input :en}]] + [:!Cl [:!Cl {:input :en}]] + [:!Ctab [:!Ctab {:input :en}]]]} {:des "Tab as Hyper(⌘+⌥+^+⇧)" :rules [[:tab [:!!left_shift] [:!left_command] {:alone :tab}]]} diff --git a/private_dot_config/kitty/kitty.conf b/private_dot_config/kitty/kitty.conf index 4b419d1..eaae458 100644 --- a/private_dot_config/kitty/kitty.conf +++ b/private_dot_config/kitty/kitty.conf @@ -72,7 +72,7 @@ font_features Menligaturized-Regular -liga #font_family MesloLGS NF shell . allow_remote_control yes - font_size 17 + font_size 16 #macos_thicken_font 1 text_composition_strategy 1.7 50 @@ -1592,7 +1592,8 @@ tab_bar_margin_height 3.0 0.0 #: mouse cursor invisible on dual GPU machines. Changing this option #: by reloading the config is not supported. -# macos_colorspace srgb +#macos_colorspace displayp3 +macos_colorspace srgb #: The colorspace in which to interpret terminal colors. The default #: of srgb will cause colors to match those seen in web browsers. The diff --git a/private_dot_config/private_fish/config.fish b/private_dot_config/private_fish/config.fish index 6069fc7..438322c 100644 --- a/private_dot_config/private_fish/config.fish +++ b/private_dot_config/private_fish/config.fish @@ -63,6 +63,11 @@ function icat kitty +kitten icat --align=left $argv end +function winbox + ~/dev/winbox/run.sh& +end + + if [ -e /home/anton/.nix-profile/etc/profile.d/nix.fish ]; . /home/anton/.nix-profile/etc/profile.d/nix.fish; end # The next line updates PATH for the Google Cloud SDK.