commit 91a81e11a81eb3a7ac1345d550850d8239b7f13f
parent fcc085d062dec228cd27c682dbea9974ddf82a8e
Author: Andrew Laack <andrew@laack.co>
Date: Thu, 12 Mar 2026 15:30:00 -0500
Updated gitignore + bashrc
Diffstat:
5 files changed, 7 insertions(+), 236 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,4 +1,5 @@
nvim
+wireshark/*
nvim/*
pulse/*
dconf/*
diff --git a/bashrc b/bashrc
@@ -234,3 +234,6 @@ today() {
vim daily/$TODAY.md
)
}
+
+# just in case I ever almost forget.
+go telemetry off
diff --git a/pavucontrol.ini b/pavucontrol.ini
@@ -1,9 +1,9 @@
[window]
-width=1278
-height=486
+width=1022
+height=1418
sinkInputType=1
sourceOutputType=1
-sinkType=0
+sinkType=1
sourceType=0
showVolumeMeters=1
hideUnavailableCardProfiles=0
diff --git a/wireshark/recent b/wireshark/recent
@@ -1,149 +0,0 @@
-# Recent settings file for Wireshark 4.4.9.
-#
-# This file is regenerated each time Wireshark is quit
-# and when changing configuration profile.
-# So be careful, if you want to make manual changes here.
-
-
-# Main Toolbar show (hide).
-# true or false (case-insensitive).
-gui.toolbar_main_show: true
-
-# Filter Toolbar show (hide).
-# true or false (case-insensitive).
-gui.filter_toolbar_show: true
-
-# Wireless Settings Toolbar show (hide).
-# true or false (case-insensitive).
-gui.wireless_toolbar_show: false
-
-# Packet list show (hide).
-# true or false (case-insensitive).
-gui.packet_list_show: true
-
-# Tree view show (hide).
-# true or false (case-insensitive).
-gui.tree_view_show: true
-
-# Byte view show (hide).
-# true or false (case-insensitive).
-gui.byte_view_show: true
-
-# Packet diagram show (hide).
-# true or false (case-insensitive).
-gui.packet_diagram_show: true
-
-# Statusbar show (hide).
-# true or false (case-insensitive).
-gui.statusbar_show: true
-
-# Packet list colorize (hide).
-# true or false (case-insensitive).
-gui.packet_list_colorize: true
-
-# Auto scroll packet list when capturing.
-# true or false (case-insensitive).
-capture.auto_scroll: true
-
-# Timestamp display format.
-# One of: RELATIVE, ABSOLUTE, ABSOLUTE_WITH_YMD, ABSOLUTE_WITH_YDOY, ABSOLUTE_WITH_DATE, DELTA, DELTA_DIS, EPOCH, UTC, UTC_WITH_YMD, UTC_WITH_YDOY, UTC_WITH_DATE
-gui.time_format: RELATIVE
-
-# Timestamp display precision.
-# One of: AUTO, SEC, DSEC, CSEC, MSEC, USEC, NSEC, or a number between 0 and 9
-gui.time_precision: AUTO
-
-# Seconds display format.
-# One of: SECONDS, HOUR_MIN_SEC
-gui.seconds_format: SECONDS
-
-# Zoom level.
-# A decimal number.
-gui.zoom_level: 0
-
-# Bytes view display type.
-# One of: HEX, BITS, DEC, OCT
-gui.bytes_view: HEX
-
-# Bytes view text encoding.
-# One of: FROM_PACKET, ASCII, EBCDIC
-gui.bytes_encoding: FROM_PACKET
-
-# Packet diagram field values show (hide).
-# true or false (case-insensitive).
-gui.packet_diagram_field_values: false
-
-# Allow hover selection in byte view.
-# true or false (case-insensitive).
-gui.allow_hover_selection: true
-
-# Follow stream show as.
-# One of: ASCII, ASCII_CONTROL, C_ARRAYS, EBCDIC, HEX_DUMP, HTML, IMAGE, JSON, RAW, RUST_ARRAY, UTF-8, YAML
-gui.follow_show: ASCII
-
-# Follow stream delta times.
-# One of: NONE, TURN, ALL
-gui.follow_delta: NONE
-
-# Show packet bytes decode as.
-# One of: NONE, BASE64, COMPRESSED, HEX_DIGITS, PERCENT_ENCODING, QUOTED_PRINTABLE, ROT13
-gui.show_bytes_decode: NONE
-
-# Show packet bytes show as.
-# One of: ASCII, ASCII_CONTROL, C_ARRAYS, EBCDIC, HEX_DUMP, HTML, IMAGE, JSON, RAW, RUST_ARRAY, UTF-8, YAML
-gui.show_bytes_show: ASCII
-
-# Main window upper (or leftmost) pane size.
-# Decimal number.
-gui.geometry_main_upper_pane: 237
-
-# Main window middle pane size.
-# Decimal number.
-gui.geometry_main_lower_pane: 318
-
-# Main window master splitter state.
-# Hex byte string.
-gui.geometry_main_master_split: 000000ff0000000100000002000000ec000000ed00ffffffff010000000200
-
-# Main window extra splitter state.
-# Hex byte string.
-gui.geometry_main_extra_split: 000000ff0000000100000002000001320000013200ffffffff010000000100
-
-# Packet list column pixel widths.
-# Each pair of strings consists of a column format and its pixel width.
-column.width:
- %m, -1,
- %t, -1,
- %s, -1,
- %d, -1,
- %p, -1,
- %L, -1,
- %i, -1
-
-# Open conversation dialog tabs.
-# List of conversation names, e.g. "TCP", "IPv6".
-gui.conversation_tabs:
-
-# Conversation dialog tabs columns.
-# List of conversation columns numbers.
-gui.conversation_tabs_columns:
-
-# Open endpoint dialog tabs.
-# List of endpoint names, e.g. "TCP", "IPv6".
-gui.endpoint_tabs:
-
-# Endpoint dialog tabs columns.
-# List of endpoint columns numbers.
-gui.endpoint_tabs_columns:
-
-# For RLC stats, whether to use RLC PDUs found inside MAC frames.
-# true or false (case-insensitive).
-gui.rlc_pdus_from_mac_frames: false
-
-# Additional Toolbars shown
-# List of additional toolbars to show.
-gui.additional_toolbar_show:
-
-# Interface Toolbars show.
-# List of interface toolbars to show.
-gui.interface_toolbar_show:
diff --git a/wireshark/recent_common b/wireshark/recent_common
@@ -1,84 +0,0 @@
-# Common recent settings file for Wireshark 4.4.9.
-#
-# This file is regenerated each time Wireshark is quit
-# and when changing configuration profile.
-# So be careful, if you want to make manual changes here.
-
-######## Recent capture files (latest last), cannot be altered through command line ########
-
-
-######## Recent capture filters (latest first), cannot be altered through command line ########
-
-
-######## Recent display filters (latest last), cannot be altered through command line ########
-
-
-# Main window geometry.
-# Decimal numbers.
-gui.geometry_main_x: 1915
-gui.geometry_main_y: 1079
-gui.geometry_main_width: 1925
-gui.geometry_main_height: 1081
-
-# Main window maximized.
-# true or false (case-insensitive).
-gui.geometry_main_maximized: false
-
-# Main window geometry state.
-# Hex byte string.
-gui.geometry_main: 01d9d0cb000300000000077b0000043700000eff0000086f0000077b0000043700000eff0000086f00000001000000000f000000077b0000043700000eff0000086f
-
-# Leftalign Action Buttons.
-# true or false (case-insensitive).
-gui.geometry_leftalign_actions: false
-
-# Last used Configuration Profile.
-gui.last_used_profile: Default
-
-# Number of packets or events to check for automatic profile switching.
-# Decimal number. Zero disables switching.
-#gui.profile_switch_check_count: 1000
-
-# Warn if running with elevated permissions (e.g. as root).
-# true or false (case-insensitive).
-privs.warn_if_elevated: true
-
-# Warn if Wireshark is unable to capture.
-# true or false (case-insensitive).
-sys.warn_if_no_capture: true
-
-# Find packet search in.
-# One of: PACKET_LIST, PACKET_DETAILS, PACKET_BYTES
-gui.search_in: PACKET_LIST
-
-# Find packet character set.
-# One of: NARROW_AND_WIDE, NARROW, WIDE
-gui.search_char_set: NARROW_AND_WIDE
-
-# Find packet case sensitive search.
-# true or false (case-insensitive).
-gui.search_case_sensitive: false
-
-# Find packet search reverse direction.
-# true or false (case-insensitive).
-gui.search_reverse_dir: false
-
-# Find packet search multiple occurrences.
-# true or false (case-insensitive).
-gui.search_multiple_occurs: false
-
-# Find packet search type.
-# One of: DISPLAY_FILTER, HEX_VALUE, STRING, REGEX
-gui.search_type: DISPLAY_FILTER
-
-# Custom colors.
-# List of custom colors selected in Qt color picker.
-gui.custom_colors:
- "ffffffff", "ffffffff",
- "ffffffff", "ffffffff",
- "ffffffff", "ffffffff",
- "ffffffff", "ffffffff",
- "ffffffff", "ffffffff",
- "ffffffff", "ffffffff",
- "ffffffff", "ffffffff",
- "ffffffff", "ffffffff"