more updates
This commit is contained in:
parent
46d5ac6d62
commit
6374995a04
@ -11,8 +11,9 @@ return {
|
|||||||
["core.norg.dirman"] = {
|
["core.norg.dirman"] = {
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
work = "~/work/notes",
|
work = "~/work",
|
||||||
personal = "~/notes",
|
personal = "~/notes",
|
||||||
|
journal = "~/notes/journal/",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -28,13 +29,4 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- keys = {
|
|
||||||
-- {
|
|
||||||
-- "<leader>nw",
|
|
||||||
-- function()
|
|
||||||
-- require("lazyvim.utils.neorg").workspace_switcher()
|
|
||||||
-- end,
|
|
||||||
-- desc = "Workspace",
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -78,6 +78,8 @@ return {
|
|||||||
n = {
|
n = {
|
||||||
name = "+neorg",
|
name = "+neorg",
|
||||||
n = { "<cmd>Neorg<cr>", "Open Neorg" },
|
n = { "<cmd>Neorg<cr>", "Open Neorg" },
|
||||||
|
c = { "<cmd>Neorg toggle-concealer<cr>", "Toggle Concealer" },
|
||||||
|
t = { "<cmd>Neorg tangle current-file<cr>", "Tangle Current File" },
|
||||||
j = { "<cmd>Neorg journal<cr>", "Open Neorg Journal" },
|
j = { "<cmd>Neorg journal<cr>", "Open Neorg Journal" },
|
||||||
w = {
|
w = {
|
||||||
function()
|
function()
|
||||||
|
|||||||
@ -60,7 +60,7 @@ export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
|
|||||||
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||||
export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
|
export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
||||||
export ZK_NOTEBOOK_DIR="$HOME/notes"
|
export ZK_NOTEBOOK_DIR="$HOME/notes/zk"
|
||||||
|
|
||||||
# This is the list for lf icons:
|
# This is the list for lf icons:
|
||||||
export LF_ICONS="di=:\
|
export LF_ICONS="di=:\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user