commit 1a53a6fbbdfcffb59223009f7c55a5e41d4052d0
parent a410530177fc425242ddcc19e63e024e7832e97e
Author: andrew.laack <andrew.laack@imbue.com>
Date: Thu, 28 Aug 2025 07:56:06 -0500
Updated bashrc to support dvtm
Diffstat:
5 files changed, 13 insertions(+), 41 deletions(-)
diff --git a/bashrc b/bashrc
@@ -95,10 +95,11 @@ sendit() {
export EDITOR=vim
alias sshServer='ssh andrew@brgr.heron-peacock.ts.net'
-export PS1='\u@\h:\w\$ '
+export PS1='\u@\h:\W\$ '
#TERM=xterm
-TERM=st-256color
+#TERM=st-256color
+TERM=xterm-256color
alias disableOff="xset s off && xset -dpms && xset s noblank"
@@ -118,3 +119,4 @@ export LANG=en_US.UTF-8
# xrdb ~/.Xresources
alias vim="nvim"
alias leet="~/bin/leetcode-submission.sh"
+export ANTHROPIC_API_KEY=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
diff --git a/btop/btop.conf b/btop/btop.conf
@@ -1,4 +1,4 @@
-#? Config file for btop v. 1.4.4
+#? Config file for btop v. 1.4.3
#* 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,9 +37,6 @@ 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"
@@ -100,9 +97,6 @@ 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
@@ -150,7 +144,7 @@ background_update = True
custom_cpu_name = ""
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
-#* 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"
+#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
disks_filter = ""
#* Show graphs instead of meters for memory values.
@@ -225,30 +219,3 @@ 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/pavucontrol.ini b/pavucontrol.ini
@@ -1,8 +1,8 @@
[window]
-width=931
-height=384
+width=1731
+height=274
sinkInputType=1
sourceOutputType=1
-sinkType=1
+sinkType=0
sourceType=0
showVolumeMeters=1
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml
@@ -63,15 +63,18 @@ settings:
www.sciencedirect.com: Mozilla/5.0 ({os_info}) AppleWebKit/{webkit_version} (KHTML,
like Gecko) {qt_key}/{qt_version} {upstream_browser_key}/122.0.0.0 Safari/{webkit_version}
content.javascript.clipboard:
+ http://localhost:5174: access-paste
https://internxt.com: access-paste
content.media.audio_capture:
https://app.zoom.us: true
+ https://microphone-test.com: true
content.media.audio_video_capture:
https://app.zoom.us: true
content.media.video_capture:
https://app.zoom.us: true
content.notifications.enabled:
https://app.zoom.us: false
+ https://gitlab.com: false
https://mailadmin.zoho.com: false
content.register_protocol_handler:
https://mail.google.com?extsrc=mailto&url=%25s: false
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
@@ -1,4 +1,4 @@
-set -g prefix C-s
+# set -g prefix C-s
bind k kill-session
bind r command-prompt "rename-session '%%'"