all repos

dotfiles @ 62a3c980021d42250f770536f0bfd73ce28a1064

my dotfiles
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,9 +3,9 @@ host = "localhost"

port = 5600 [awatcher] -idle-timeout-seconds=120 -poll-time-idle-seconds=5 -poll-time-window-seconds=1 +idle-timeout-seconds = 120 +poll-time-idle-seconds = 5 +poll-time-window-seconds = 1 [[awatcher.filters]] match-app-id = "Spotify"

@@ -18,3 +18,11 @@

[[awatcher.filters]] match-app-id = "Brave-browser" replace-title = "Brave" + +[[awatcher.filters]] +match-app-id = "org.telegram.desktop" +replace-title = "Telegram" + +[[awatcher.filters]] +match-app-id = "Logseq" +replace-title = "Logseq"
M config/gh/config.yml

@@ -4,6 +4,6 @@ editor: nvim

prompt: enabled pager: bat aliases: - co: pr checkout - il: issues list - clone: repo clone + co: pr checkout + il: issues list + clone: repo clone
M logseq/config/config.edn

@@ -9,7 +9,8 @@ ;; would result in the final config:

;; {:shortcuts {:ui/toggle-theme "t z" ;; :ui/toggle-brackets "t b"}} -{:shortcuts {:auto-complete/complete ["enter" "tab"] - :whiteboard/bring-forward ["close-square-bracket" "ctrl+o"] - :editor/backward-kill-word ["ctrl+w"] - :window/close []}} +{:start-of-week 0 ;; week starts on Monday + :shortcuts {:auto-complete/complete ["enter" "tab"] + :whiteboard/bring-forward ["close-square-bracket" "ctrl+o"] + :editor/backward-kill-word ["ctrl+w"] + :window/close []}}