all repos

dotfiles @ 876bebf

i use rach linux btw
2 files changed, 0 insertions(+), 44 deletions(-)
logseq: delete config
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-05-28 03:00:43 +0300
Parent: cbfb52f
D logseq/config/config.edn
···
                1
                
                -;; This global config file applies a configuration to all graphs. Any config

              
                2
                
                -;; keys from a graph's logseq/config.edn can used here. A graph's

              
                3
                
                -;; logseq/config.edn overrides config keys in this file except for maps which

              
                4
                
                -;; are merged. As an example of merging, the following global and local configs:

              
                5
                
                -;;   {:shortcuts {:ui/toggle-theme "t z"}}

              
                6
                
                -;;   {:shortcuts {:ui/toggle-brackets "t b"}}

              
                7
                
                -;;

              
                8
                
                -;;  would result in the final config:

              
                9
                
                -;;   {:shortcuts {:ui/toggle-theme "t z"

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

              
                11
                
                -

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

              
D logseq/preferences.json
···
                1
                
                -{

              
                2
                
                -  "theme": null,

              
                3
                
                -  "themes": {

              
                4
                
                -    "mode": "dark",

              
                5
                
                -    "light": {

              
                6
                
                -      "name": "Default Light Theme",

              
                7
                
                -      "url": null,

              
                8
                
                -      "description": "Logseq default light theme.",

              
                9
                
                -      "mode": "light",

              
                10
                
                -      "selected": false,

              
                11
                
                -      "group-first": true,

              
                12
                
                -      "group-desc": "light themes"

              
                13
                
                -    },

              
                14
                
                -    "dark": {

              
                15
                
                -      "name": "Default Dark Theme",

              
                16
                
                -      "url": null,

              
                17
                
                -      "description": "Logseq default dark theme.",

              
                18
                
                -      "mode": "dark",

              
                19
                
                -      "selected": true,

              
                20
                
                -      "group-first": true,

              
                21
                
                -      "group-desc": "dark theme"

              
                22
                
                -    }

              
                23
                
                -  },

              
                24
                
                -  "externals": [],

              
                25
                
                -  "pinnedToolbarItems": [

              
                26
                
                -    "logseq-journals-calendar:open-calendar"

              
                27
                
                -  ]

              
                28
                
                -}