dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9dd39c8a5bd7647b723d4870591b3c2382787b71
parent 01919c4911200a616aec37b0cad8f34871f4565a
Author: Andrew Laack <andrew@laack.co>
Date:   Sat,  6 Sep 2025 13:14:08 -0500

Updated configs to match new workflow

Diffstat:
Mbashrc | 14+++++++++-----
Mbtop/btop.conf | 39++++++++++++++++++++++++++++++++++++---
Afastfetch/config.jsonc | 22++++++++++++++++++++++
Alynx/lynx.cfg | 11+++++++++++
Mpavucontrol.ini | 4++--
Mqutebrowser/autoconfig.yml | 16++++++++++------
6 files changed, 90 insertions(+), 16 deletions(-)

diff --git a/bashrc b/bashrc @@ -100,6 +100,7 @@ export PS1='\u@\h:\W\$ ' #TERM=st-256color TERM=xterm-256color +#TERM=screen alias disableOff="xset s off && xset -dpms && xset s noblank" @@ -121,7 +122,7 @@ alias vim="nvim" alias leet="~/bin/leetcode-submission.sh" export ANTHROPIC_API_KEY=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 -source /usr/share/fzf/key-bindings.bash +#source /usr/share/fzf/key-bindings.bash alias checkout="~/bin/checkout.sh" alias branch="git branch" alias src="source ~/venv/bin/activate" @@ -160,7 +161,10 @@ what-the-hell-is-even-that(){ nvim $TMP } -# bind '"\C-e" edit-and-execute-command' -set -o vi -bind -m vi-command 'Control-l: clear-screen' -bind -m vi-insert 'Control-l: clear-screen' +#bind '"\C-e" edit-and-execute-command' +export LYNX_CFG=/home/andrew/.config/lynx/lynx.cfg + +#if [ -z "$MTM" ] && [ -n "$ABDUCO_SESSION" ]; then +# exec mtm +#fi +#alias abd="/home/andrew/bin/attach-abduco.sh" diff --git a/btop/btop.conf b/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.4.3 +#? Config file for btop v. 1.4.4 #* 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" @@ -37,6 +37,9 @@ graph_symbol = "braille" # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_cpu = "default" +# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty". +graph_symbol_gpu = "default" + # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_mem = "default" @@ -54,7 +57,7 @@ update_ms = 2000 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "cpu direct" +proc_sorting = "cpu lazy" #* Reverse sorting order, True or False. proc_reversed = False @@ -97,6 +100,9 @@ cpu_graph_upper = "Auto" #* Select from a list of detected attributes from the options menu. cpu_graph_lower = "Auto" +#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off". +show_gpu_info = "Auto" + #* Toggles if the lower CPU graph should be inverted. cpu_invert_lower = True @@ -144,7 +150,7 @@ background_update = True custom_cpu_name = "" #* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". -#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". +#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user" disks_filter = "" #* Show graphs instead of meters for memory values. @@ -219,3 +225,30 @@ show_battery_watts = True #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. log_level = "WARNING" + +#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. +nvml_measure_pcie_speeds = True + +#* Measure PCIe throughput on AMD cards, may impact performance on certain cards. +rsmi_measure_pcie_speeds = True + +#* Horizontally mirror the GPU graph. +gpu_mirror_graph = True + +#* Custom gpu0 model name, empty string to disable. +custom_gpu_name0 = "" + +#* Custom gpu1 model name, empty string to disable. +custom_gpu_name1 = "" + +#* Custom gpu2 model name, empty string to disable. +custom_gpu_name2 = "" + +#* Custom gpu3 model name, empty string to disable. +custom_gpu_name3 = "" + +#* Custom gpu4 model name, empty string to disable. +custom_gpu_name4 = "" + +#* Custom gpu5 model name, empty string to disable. +custom_gpu_name5 = "" diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc @@ -0,0 +1,22 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + "uptime", + "shell", + "de", + "wm", + "terminal", + //"cpu", + //"memory", + "disk", + //"localip", + //"battery", + //"poweradapter", + //"locale", + "break", + "colors" + ] +} diff --git a/lynx/lynx.cfg b/lynx/lynx.cfg @@ -0,0 +1,11 @@ +.h2 ACCEPT_ALL_COOKIES +# If ACCEPT_ALL_COOKIES is set TRUE, Lynx will accept cookies from all +# domains with no user interaction. This is equivalent to automatically +# replying to all cookie 'Allow?' prompts with 'A'lways. Note that it +# does not preempt validity checking, which has to be controlled separately +# (see below). +# The default is defined in userdefs.h and can be overridden here, or +# in the .lynxrc file via an o(ptions) screen setting. It may also be +# toggled via the -accept_all_cookies command line switch. +# +ACCEPT_ALL_COOKIES:TRUE diff --git a/pavucontrol.ini b/pavucontrol.ini @@ -1,6 +1,6 @@ [window] -width=1280 -height=293 +width=681 +height=414 sinkInputType=1 sourceOutputType=1 sinkType=0 diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml @@ -37,16 +37,18 @@ settings: <Ctrl+Shift+Down>: tab-move + <Ctrl+Shift+Tab>: null <Ctrl+Shift+Up>: tab-move - + <Ctrl+Shift+t>: ' set content.proxy system ;; set colors.statusbar.normal.bg + "#000000";; set colors.statusbar.insert.bg "#000000" ;;message-info "TOR + DISABLED"' <Ctrl+Tab>: null <Ctrl+Up>: tab-prev - <Ctrl+d>: ' set content.proxy system ;; set colors.statusbar.normal.bg "#000000";; - set colors.statusbar.insert.bg "#000000" ;;message-info "TOR DISABLED"' + <Ctrl+d>: scroll-page 0 0.5 <Ctrl+h>: config-cycle tabs.show always switching <Ctrl+n>: tab-give - <Ctrl+p>: ' set content.proxy socks5://localhost:9050 ;; set colors.statusbar.normal.bg - "#5e3a87" ;; set colors.statusbar.insert.bg "#5e3a87";; message-info "TOR - ENABLED"' <Ctrl+s>0: tab-focus 0 + <Ctrl+t>: set content.proxy socks5://localhost:9050 ;; set colors.statusbar.normal.bg + "#5e3a87";; set colors.statusbar.insert.bg "#5e3a87" ;;message-info "TOR + ENABLED" <Ctrl+w>: null <Ctrl+x>: tab-close <Left>: back @@ -54,6 +56,8 @@ settings: F: hint all tab-bg P: open -t -- {clipboard} S: hint all tab-bg + Space+d: ' set content.proxy system ;; set colors.statusbar.normal.bg "#000000";; + set colors.statusbar.insert.bg "#000000" ;;message-info "TOR DISABLED"' f: hint m: null mf: hint links spawn mpv --force-window=immediate '{hint-url}' @@ -162,7 +166,7 @@ settings: tabs.position: global: top tabs.show: - global: switching + global: always tabs.title.format: global: '{audio}{index}: {current_title}' tabs.width: