commit 109e8956d7661b62480c70d4dbba09f3fe459864
parent 2ad30700cd035841e1420e6053053546f3baa1a6
Author: andrew.laack <andrew.laack@imbue.com>
Date: Thu, 4 Sep 2025 02:38:35 -0500
Updated bashrc and xinitrc to make syncing easier and add notifications.
Diffstat:
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/bashrc b/bashrc
@@ -125,3 +125,4 @@ export ANTHROPIC_API_KEY=sk-ant-api03-tt7r_87jWAzWw8y2Pi6LrHUdECJ3UXYKnBVkDWVxMB
source /usr/share/fzf/key-bindings.bash
alias checkout="~/bin/checkout.sh"
alias branch="git branch"
+alias src="source ~/venv/bin/activate"
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml
@@ -65,6 +65,7 @@ settings:
content.javascript.clipboard:
http://localhost:5174: access-paste
https://internxt.com: access-paste
+ https://open.spotify.com: access-paste
https://us.posthog.com: access-paste
content.media.audio_capture:
https://app.zoom.us: true
diff --git a/xinitrc b/xinitrc
@@ -9,4 +9,6 @@
xset -dpms
xset s off
+dunst &
+
while true; do dwm 2> ~/.dwm.log ; done