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]