all repos

dotfiles @ 5c6170b

i use rach linux btw
6 files changed, 119 insertions(+), 23 deletions(-)
updaties
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-06-27 12:01:40 +0300
Authored at: 2026-06-24 22:29:36 +0300
Parent: d293e77
M config/ctags/universal.ctags
···
        25
        25
         --exclude=.jj

      
        26
        26
         --exclude=.nvim.lua

      
        27
        27
         --exclude=.tests

      
        
        28
        +--exclude=.venv

      
        28
        29
         --exclude=Session.vim

      
        29
        30
         --exclude=_site

      
        30
        31
         --exclude=build

      ···
        35
        36
         --exclude=testdata

      
        36
        37
         --exclude=vendor

      
        37
        38
         --exclude=*.min.js

      
        
        39
        +--exclude=*.min.css

      
        38
        40
         --exclude=*.pb.go

      
M config/mise/config.toml
···
        4
        4
         gleam = "latest"

      
        5
        5
         go = "latest"

      
        6
        6
         golangci-lint = "latest"

      
        7
        
        -golangci-lint-langserver = "latest"

      
        8
        7
         hledger = "latest"

      
        9
        8
         lua-language-server = "latest"

      
        10
        9
         node = "lts"

      
        11
        10
         shellcheck = "latest"

      
        12
        11
         shfmt = "latest"

      
        13
        12
         tinymist = "latest"

      
        14
        
        -odin = { version = "latest", exe = "odin" }

      
        15
        13
         

      
        16
        14
         [settings]

      
        17
        15
         npm.package_manager = "bun"

      
M config/niri/config.kdl
···
        95
        95
         

      
        96
        96
         window-rule {

      
        97
        97
           match app-id="obsidian"

      
        
        98
        +  match app-id="discord"

      
        98
        99
           match app-id="org.mozilla.Thunderbird"

      
        99
        100
           match app-id="org.telegram.desktop"

      
        100
        101
           open-on-workspace "one"

      ···
        129
        130
           match app-id="obsidian"

      
        130
        131
           match app-id="Code"

      
        131
        132
           match app-id="Zed"

      
        
        133
        +  match app-id="discord"

      
        132
        134
           open-maximized true

      
        133
        135
         }

      
        134
        136
         

      ···
        156
        158
           Mod+Shift+Return { spawn "wofi"; }

      
        157
        159
         

      
        158
        160
           Mod+Shift+a { spawn "anki"; }

      
        
        161
        +  Mod+Shift+r { spawn "sioyek"; }

      
        159
        162
           Mod+Shift+s { spawn "gelly"; }

      
        160
        163
           Mod+Shift+t { spawn "Telegram"; }

      
        161
        164
           Mod+Shift+w { spawn "helium-browser"; }

      
M config/sioyek/keys_user.config
···
        1
        
        -fit_to_page_width s

      
        2
        
        -goto_toc <tab>

      
        3
        
        -open_prev_doc o

      
        4
        
        -open_document O

      
        
        1
        +fit_to_page_width  s

      
        
        2
        +goto_toc           <tab>

      
        
        3
        +open_prev_doc      o

      
        
        4
        +open_document      O

      
        5
        5
         

      
        6
        
        -# Vim-style half-page scrolling

      
        7
        
        -screen_down <C-d>

      
        8
        
        -screen_up <C-u>

      
        9
        
        -prev_state <C-o>

      
        10
        
        -toggle_titlebar <C-w>

      
        11
        
        -next_state <C-i>

      
        12
        
        -zoom_in J

      
        13
        
        -zoom_out K

      
        
        6
        +# overview_under_cursor O

      
        14
        7
         

      
        15
        
        -# Toggle dark mode with 'i' (for "invert")

      
        16
        
        -toggle_dark_mode i

      
        17
        
        -toggle_custom_color c

      
        18
        
        -reload_config r

      
        19
        
        -helper_window

      
        
        8
        +screen_down    <C-d>

      
        
        9
        +screen_up      <C-u>

      
        
        10
        +prev_state     <C-o>

      
        
        11
        +next_state     <C-i>

      
        
        12
        +

      
        
        13
        +# zoom_in        +

      
        
        14
        +# zoom_out       =

      
        
        15
        +

      
        
        16
        +toggle_dark_mode       i      # "i" for invert

      
        
        17
        +toggle_custom_color    c      # TokyoNight colors on PDF pages

      
        
        18
        +toggle_visual_scroll   v      # toggle visual scroll mode

      
        
        19
        +

      
        
        20
        +toggle_mouse_drag_mode   <A-6>

      
        
        21
        +toggle_presentation_mode <A-5>

      
        
        22
        +toggle_synctex           <A-4>

      
        
        23
        +

      
        
        24
        +delete_highlight  dh

      
        
        25
        +goto_highlight    gh

      
A config/sioyek/prefs_user.config
···
        
        1
        +startup_commands  toggle_dark_mode;toggle_visual_scroll

      
        
        2
        +

      
        
        3
        +check_for_updates_on_startup  0

      
        
        4
        +

      
        
        5
        +zoom_inc_factor       1.2

      
        
        6
        +vertical_move_amount  1.0

      
        
        7
        +horizontal_move_amount  1.0

      
        
        8
        +move_screen_ratio     0.5

      
        
        9
        +touchpad_sensitivity  1.0

      
        
        10
        +wheel_zoom_on_cursor  1

      
        
        11
        +

      
        
        12
        +fit_to_page_width_ratio  0.75

      
        
        13
        +

      
        
        14
        +sort_bookmarks_by_location  1

      
        
        15
        +rerender_overview  1

      
        
        16
        +linear_filter  1

      
        
        17
        +

      
        
        18
        +# ── General ─────────────────────────────────────────────────

      
        
        19
        +multiline_menus                1

      
        
        20
        +single_click_selects_words     0

      
        
        21
        +should_draw_unrendered_pages   0

      
        
        22
        +should_load_tutorial_when_no_other_file  0

      
        
        23
        +use_legacy_keybinds            0

      
        
        24
        +should_warn_about_user_key_override  1

      
        
        25
        +dark_mode_contrast  0.85

      
        
        26
        +

      
        
        27
        +ui_font    "JetBrains Mono"

      
        
        28
        +font_size  18

      
        
        29
        +

      
        
        30
        +ruler_mode       1

      
        
        31
        +ruler_padding    1.0

      
        
        32
        +ruler_x_padding  5.0

      
        
        33
        +

      
        
        34
        +visual_mark_next_page_fraction   0.75

      
        
        35
        +visual_mark_next_page_threshold  0.25

      
        
        36
        +case_sensitive_search  0

      
        
        37
        +super_fast_search      1

      
        
        38
        +

      
        
        39
        +# ── TokyoNight ──────────────────────────────────────────────

      
        
        40
        +background_color            0.102 0.106 0.149   # bg

      
        
        41
        +dark_mode_background_color  0.102 0.106 0.149   # bg

      
        
        42
        +

      
        
        43
        +custom_background_color  0.161 0.180 0.259   # bg_highlight

      
        
        44
        +custom_text_color        0.663 0.694 0.839   # fg

      
        
        45
        +

      
        
        46
        +page_separator_color  0.231 0.259 0.380   # fg_gutter

      
        
        47
        +page_separator_width  3

      
        
        48
        +

      
        
        49
        +ui_selected_background_color  0.161 0.180 0.259   # bg_highlight

      
        
        50
        +ui_selected_text_color        0.733 0.604 0.969   # purple

      
        
        51
        +

      
        
        52
        +status_bar_color        0.161 0.180 0.259   # bg_highlight

      
        
        53
        +status_bar_text_color   0.663 0.694 0.839   # fg

      
        
        54
        +status_bar_font_size    16

      
        
        55
        +

      
        
        56
        +text_highlight_color  0.478 0.635 0.969  # Mouse text selection

      
        
        57
        +search_highlight_color  0.878 0.686 0.408   # Search match highlight

      
        
        58
        +visual_mark_color  0.733 0.604 0.969 0.15  # Visual mark ruler (right-click ruler line)

      
        
        59
        +link_highlight_color  0.478 0.635 0.969 # PDF link highlight (visible with toggle_highlight, F1 by default)

      
        
        60
        +synctex_highlight_color  0.620 0.808 0.416  # SyncTeX forward search highlight

      
        
        61
        +

      
        
        62
        +highlight_color_a  0.478 0.635 0.969   # blue

      
        
        63
        +highlight_color_b  0.490 0.812 1.000   # cyan

      
        
        64
        +highlight_color_c  0.620 0.808 0.416   # green

      
        
        65
        +highlight_color_d  0.733 0.604 0.969   # purple

      
        
        66
        +highlight_color_e  0.969 0.463 0.557   # pink

      
        
        67
        +highlight_color_f  1.000 0.620 0.392   # orange

      
        
        68
        +highlight_color_g  0.878 0.686 0.408   # yellow

      
        
        69
        +highlight_color_h  0.663 0.694 0.839   # fg

      
        
        70
        +highlight_color_i  0.337 0.373 0.537   # fg_dark / comment

      
        
        71
        +highlight_color_j  0.490 0.812 1.000   # cyan (lighter)

      
        
        72
        +highlight_color_k  0.859 0.294 0.294   # red

      
        
        73
        +highlight_color_l  0.102 0.737 0.612   # teal

      
        
        74
        +highlight_color_m  0.969 0.463 0.557   # pink (same as e)

      
        
        75
        +highlight_color_n  0.161 0.180 0.259   # bg_highlight

      
        
        76
        +highlight_color_o  1.000 0.620 0.392   # orange (same as f)

      
        
        77
        +highlight_color_p  0.733 0.604 0.969   # purple (same as d)

      
        
        78
        +highlight_color_q  0.620 0.808 0.416   # green (same as c)

      
        
        79
        +highlight_color_r  0.859 0.294 0.294   # red (same as k)

      
        
        80
        +highlight_color_s  0.478 0.635 0.969   # blue (same as a)

      
        
        81
        +highlight_color_t  0.337 0.373 0.537   # fg_dark (same as i)

      
        
        82
        +highlight_color_u  0.878 0.686 0.408   # yellow (same as g)

      
        
        83
        +highlight_color_v  0.733 0.604 0.969   # purple

      
        
        84
        +highlight_color_w  0.969 0.463 0.557   # pink

      
        
        85
        +highlight_color_x  0.490 0.812 1.000   # cyan

      
        
        86
        +highlight_color_y  0.878 0.686 0.408   # yellow

      
        
        87
        +highlight_color_z  1.000 0.620 0.392   # orange

      
M misc/lily58.vil
···
        208
        208
                 "KC_TRNS"

      
        209
        209
               ],

      
        210
        210
               [

      
        211
        
        -        "KC_NO",

      
        
        211
        +        "KC_TRNS",

      
        212
        212
                 "KC_VOLU",

      
        213
        213
                 "KC_VOLD",

      
        214
        214
                 "KC_MUTE",

      ···
        220
        220
                 "KC_MNXT",

      
        221
        221
                 "KC_MPRV",

      
        222
        222
                 "KC_PSCREEN",

      
        223
        
        -        "KC_NO",

      
        224
        
        -        "KC_NO"

      
        
        223
        +        "KC_TRNS",

      
        
        224
        +        "KC_TRNS"

      
        225
        225
               ],

      
        226
        226
               [

      
        227
        227
                 "KC_TRNS",

      ···
        232
        232
                 "KC_LEFT"

      
        233
        233
               ],

      
        234
        234
               [

      
        235
        
        -        "KC_SPACE",

      
        
        235
        +        "KC_TRNS",

      
        236
        236
                 "KC_TRNS",

      
        237
        237
                 "KC_TRNS",

      
        238
        238
                 "KC_TRNS",