arch: upd
Some checks are pending
Update Site / trigger_update (push) Waiting to run

This commit is contained in:
Pavel Korytov 2025-11-25 02:17:53 +03:00
parent 9c1ba37c16
commit 68d3359644
4 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,5 @@
arch = [
"bluetui",
"bashmount",
"pv",
"man-db",

View file

@ -7,9 +7,14 @@ custom_theme =
default_variables_access_level = public
display = auto
hide_cmdline_win = False
hotkeys_breakpoints = B
hotkeys_code = C
hotkeys_stack = S
hotkeys_toggle_cmdline_focus = ctrl x
hotkeys_variables = V
line_numbers = True
prompt_on_quit = True
seen_welcome = e036
seen_welcome = e054
shell = internal
sidebar_width = 0.6710886400000001
stack_weight = 1

View file

@ -125,7 +125,7 @@ If everything works, login into EXWM.
Create some directories:
#+begin_src bash
mkdir -p /home/pavel/Pictures/screenshots/
mkdir -p /home/pavel/.mpd/
mkdir -p /home/pavel/.mpd/playlists/
#+end_src
Also run:

View file

@ -948,6 +948,7 @@ keymap_mode = "vim-insert"
| man-db | | |
| pv | | |
| bashmount | TUI to manage mounts | |
| bluetui | TUI to manage bluetooth | |
** ripgrep config
Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.