reformat some config files

This commit is contained in:
Smirnov Oleksandr 2024-06-15 20:11:18 +03:00
parent 01ac6ac385
commit 62a3c98002
3 changed files with 19 additions and 10 deletions

View file

@ -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 @@ replace-app-id = "Zathura"
[[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"

View file

@ -9,7 +9,8 @@
;; {:shortcuts {:ui/toggle-theme "t z"
;; :ui/toggle-brackets "t b"}}
{:shortcuts {:auto-complete/complete ["enter" "tab"]
{: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 []}}