From 68d3359644268c9bce1670de12eeb72595e3807b Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Tue, 25 Nov 2025 02:17:53 +0300 Subject: [PATCH] arch: upd --- .config/metapac/groups/console.toml | 1 + .config/pudb/pudb.cfg | 7 ++++++- Arch.org | 2 +- Console.org | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.config/metapac/groups/console.toml b/.config/metapac/groups/console.toml index 121281a..d23f88c 100644 --- a/.config/metapac/groups/console.toml +++ b/.config/metapac/groups/console.toml @@ -1,4 +1,5 @@ arch = [ +"bluetui", "bashmount", "pv", "man-db", diff --git a/.config/pudb/pudb.cfg b/.config/pudb/pudb.cfg index ea563f0..64c45a6 100644 --- a/.config/pudb/pudb.cfg +++ b/.config/pudb/pudb.cfg @@ -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 diff --git a/Arch.org b/Arch.org index ddba870..36e99fb 100644 --- a/Arch.org +++ b/Arch.org @@ -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: diff --git a/Console.org b/Console.org index ff45311..5af695d 100644 --- a/Console.org +++ b/Console.org @@ -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.