From e898ddf48dd2782bddbfe359782527ea68ba38f2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 5 May 2025 19:20:08 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-05 19:20:08 --- .config/btop/btop.conf | 2 +- .config/helix/config.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 38481df3..99ef9dc4 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.4.1 +#? Config file for btop v. 1.4.2 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" diff --git a/.config/helix/config.toml b/.config/helix/config.toml index e7bc8ae5..8575ba62 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -194,7 +194,8 @@ C-u = ["page_cursor_half_up", "align_view_center"] # language specific commands [keys.normal.space.l] # open pdf preview for typst -p = ':sh ~/.config/helix/scripts/hx-typ-zathura.fish -k %{buffer_name}' +p = ':sh ~/dev/utils/helix-pdf/hx-typ-zathura.fish -l -k %{buffer_name}' +# p = ':sh ~/.config/helix/scripts/hx-typ-zathura.fish -k %{buffer_name}' # git stuff [keys.normal.space.g]