all repos

dotfiles @ 62a3c98

i use rach linux btw
3 files changed, 19 insertions(+), 10 deletions(-)
reformat some config files
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-06-15 20:11:18 +0300
Parent: 01ac6ac
M config/awatcher/config.toml
···
                3
                3
                 port = 5600

              
                4
                4
                 

              
                5
                5
                 [awatcher]

              
                6
                
                -idle-timeout-seconds=120

              
                7
                
                -poll-time-idle-seconds=5

              
                8
                
                -poll-time-window-seconds=1

              
                
                6
                +idle-timeout-seconds = 120

              
                
                7
                +poll-time-idle-seconds = 5

              
                
                8
                +poll-time-window-seconds = 1

              
                9
                9
                 

              
                10
                10
                 [[awatcher.filters]]

              
                11
                11
                 match-app-id = "Spotify"

              ···
                18
                18
                 [[awatcher.filters]]

              
                19
                19
                 match-app-id = "Brave-browser"

              
                20
                20
                 replace-title = "Brave"

              
                
                21
                +

              
                
                22
                +[[awatcher.filters]]

              
                
                23
                +match-app-id = "org.telegram.desktop"

              
                
                24
                +replace-title = "Telegram"

              
                
                25
                +

              
                
                26
                +[[awatcher.filters]]

              
                
                27
                +match-app-id = "Logseq"

              
                
                28
                +replace-title = "Logseq"

              
M config/gh/config.yml
···
                4
                4
                 prompt: enabled

              
                5
                5
                 pager: bat

              
                6
                6
                 aliases:

              
                7
                
                -  co: pr checkout

              
                8
                
                -  il: issues list

              
                9
                
                -  clone: repo clone

              
                
                7
                +    co: pr checkout

              
                
                8
                +    il: issues list

              
                
                9
                +    clone: repo clone

              
M logseq/config/config.edn
···
                9
                9
                 ;;   {:shortcuts {:ui/toggle-theme "t z"

              
                10
                10
                 ;;                :ui/toggle-brackets "t b"}}

              
                11
                11
                 

              
                12
                
                -{:shortcuts {:auto-complete/complete ["enter" "tab"]

              
                13
                
                - :whiteboard/bring-forward ["close-square-bracket" "ctrl+o"]

              
                14
                
                - :editor/backward-kill-word ["ctrl+w"]

              
                15
                
                - :window/close []}}

              
                
                12
                +{:start-of-week 0 ;; week starts on Monday

              
                
                13
                + :shortcuts {:auto-complete/complete ["enter" "tab"]

              
                
                14
                +             :whiteboard/bring-forward ["close-square-bracket" "ctrl+o"]

              
                
                15
                +             :editor/backward-kill-word ["ctrl+w"]

              
                
                16
                +             :window/close []}}