Some changes again

This commit is contained in:
Anton Volnuhin 2023-08-02 04:46:05 +03:00
parent de54777883
commit 151924c592
4 changed files with 125 additions and 3 deletions

View File

@ -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" : {

View File

@ -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}]]}

View File

@ -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

View File

@ -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.