changes in aerc, updated nvim plugins, yazi config, niri, changed hypr dotfiles folders

This commit is contained in:
liph22
2026-01-15 09:33:02 +01:00
parent b9fe2697a0
commit 0ffe6606b6
19 changed files with 501 additions and 205 deletions

View File

@@ -1,12 +1,10 @@
[mgr]
prepend_keymap = [
# toggle-pane plugin
{ on = "T", run = "plugin toggle-pane max-preview", desc = "Maximize or restore the preview pane" },
{ on = "W", run = "plugin toggle-pane max-preview", desc = "Maximize or restore the preview pane" },
{ on = "E", run = "plugin toggle-pane min-preview", desc = "Minimize or restore the preview pane" },
# what size plugin
{ on = [
".",
"s",
], run = "plugin what-size", desc = "Calc size of selection or cwd" },
{ on = "n", run = "plugin what-size", desc = "Calc size of selection or cwd" },
{ on = "F", run = "plugin smart-filter", desc = "Smart filter" },
# rsync plugin
{ on = [

View File

@@ -397,6 +397,7 @@ local EXTS = {
jxl = "image/jxl",
kar = "audio/midi",
karbon = "application/kde.karbon",
kdl = "text/kdl",
kfo = "application/kde.kformula",
kia = "application/kidspiration",
kml = "application/google-earth.kml+xml",

View File

@@ -11,6 +11,7 @@ nvim /home/liph/dotfiles/nvim/.config/nvim/ n,n,n
niri /home/liph/dotfiles/niri/.config/niri d,n
neovim_plug /home/liph/dotfiles/nvim/.config/nvim/lua/plugins/ n,p
mnt /mnt m
mcp /home/liph/mcp M
kitty /home/liph/dotfiles/kitty/.config/kitty k
hypr /home/liph/.config/hypr h
home /home/liph f

View File

@@ -31,6 +31,7 @@ reveal = [
play = [{ run = 'mpv --force-window "$@"', orphan = true, for = "unix" }]
pdf = [{ run = 'zathura "$@"', orphan = true, for = "linux" }]
text = [{ run = 'nvim "$@"', block = true, for = "linux" }]
epub = [{ run = 'epy "$@"', orphan = true, for = "linux" }]
[open]
rules = [
@@ -56,6 +57,8 @@ rules = [
{ name = "*.yml", use = "edit" },
{ name = "*.tex", use = "edit" }, # Uncommented!
{ name = "*.text", use = "edit" },
{ name = "*.epub", use = "edit" },
{ name = "*,kdl", use = "edit" },
# Media files
{ mime = "image/*", use = "open" },
{ mime = "video/*", use = "play" },