20250216.1739703209
This commit is contained in:
parent
b3ab306271
commit
80b90d866d
6 changed files with 8 additions and 5 deletions
|
@ -197,7 +197,7 @@
|
|||
|
||||
("m" "Meeting"
|
||||
entry (file+datetree "~/org/life.org" "Areas" "Meetings")
|
||||
"* TODO [#A] %? :meeting:%^g\nSCHEDULED: %^T\n:PROPERTIES:\n:Created: %T\n:END:\n"
|
||||
"* TODO [#A] %? :meeting:%^g\nSCHEDULED: %^T\n"
|
||||
:tree-type week
|
||||
:empty-lines 0)
|
||||
|
||||
|
|
|
@ -122,6 +122,9 @@ local config = function()
|
|||
biome = function() -- use tsserver instead
|
||||
return {}
|
||||
end,
|
||||
clangd = function()
|
||||
vim.b.lsp_zero_enable_autoformat = 0
|
||||
end,
|
||||
require("lspconfig").marksman.setup({}),
|
||||
},
|
||||
})
|
||||
|
|
|
@ -85,7 +85,6 @@ alias tvim='nvim ~/Dropbox/TODO/'
|
|||
alias kvimr='nvim ~/PKM/05\ -\ resources/'
|
||||
alias kvimj='nvim ~/PKM/02\ -\ journal/'
|
||||
alias jvim='nvim ~/PKM/02\ -\ journal/$(date "+%Y-%m-%d").md'
|
||||
# alias vim='nvim'
|
||||
alias vi='nvim'
|
||||
alias v='nvim'
|
||||
## string
|
||||
|
|
1
linux/.config/appman/appman-config
Normal file
1
linux/.config/appman/appman-config
Normal file
|
@ -0,0 +1 @@
|
|||
/home/fz0x1/Applications
|
|
@ -14,7 +14,7 @@ xrdb -merge ~/.Xresources &
|
|||
~/scripts/bin/setup_displays
|
||||
|
||||
# PolicyKit Authentication Agent - Gnome
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
sleep 1
|
||||
|
||||
|
@ -51,7 +51,7 @@ opensnitch-ui &
|
|||
solaar --restart-on-wake-up --window=hide &
|
||||
|
||||
# bauh
|
||||
bauh-tray &
|
||||
#bauh-tray &
|
||||
|
||||
# bluetooth
|
||||
blueman-applet &
|
||||
|
|
|
@ -56,7 +56,7 @@ bindsym $mod+b exec --no-startup-id librewolf
|
|||
# start tor
|
||||
bindsym $mod+t exec --no-startup-id torbrowser-launcher
|
||||
# edit keyboard config
|
||||
bindsym $mod+Control+t exec --no-startup-id chromium "https://configure.zsa.io/moonlander/layouts/QxvPD/latest/0"
|
||||
# bindsym $mod+Control+t exec --no-startup-id chromium "https://configure.zsa.io/moonlander/layouts/QxvPD/latest/0"
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
|
Loading…
Add table
Reference in a new issue