mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
This commit is contained in:
parent
9c1ba37c16
commit
68d3359644
4 changed files with 9 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
arch = [
|
arch = [
|
||||||
|
"bluetui",
|
||||||
"bashmount",
|
"bashmount",
|
||||||
"pv",
|
"pv",
|
||||||
"man-db",
|
"man-db",
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,14 @@ custom_theme =
|
||||||
default_variables_access_level = public
|
default_variables_access_level = public
|
||||||
display = auto
|
display = auto
|
||||||
hide_cmdline_win = False
|
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
|
line_numbers = True
|
||||||
prompt_on_quit = True
|
prompt_on_quit = True
|
||||||
seen_welcome = e036
|
seen_welcome = e054
|
||||||
shell = internal
|
shell = internal
|
||||||
sidebar_width = 0.6710886400000001
|
sidebar_width = 0.6710886400000001
|
||||||
stack_weight = 1
|
stack_weight = 1
|
||||||
|
|
|
||||||
2
Arch.org
2
Arch.org
|
|
@ -125,7 +125,7 @@ If everything works, login into EXWM.
|
||||||
Create some directories:
|
Create some directories:
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
mkdir -p /home/pavel/Pictures/screenshots/
|
mkdir -p /home/pavel/Pictures/screenshots/
|
||||||
mkdir -p /home/pavel/.mpd/
|
mkdir -p /home/pavel/.mpd/playlists/
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Also run:
|
Also run:
|
||||||
|
|
|
||||||
|
|
@ -948,6 +948,7 @@ keymap_mode = "vim-insert"
|
||||||
| man-db | | |
|
| man-db | | |
|
||||||
| pv | | |
|
| pv | | |
|
||||||
| bashmount | TUI to manage mounts | |
|
| bashmount | TUI to manage mounts | |
|
||||||
|
| bluetui | TUI to manage bluetooth | |
|
||||||
|
|
||||||
** ripgrep config
|
** 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.
|
Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue