2025-07-10 Notes
[](https://www.youtube.com/watch?v=VFlLRH3ifcM)
[](https://www.youtube.com/watch?v=VFlLRH3ifcM)
What a nightmare this glossary plugin turns out to be, it broke my site. I had it really close, then one more change asked for to the llm, an LGTM and did...
Setting up the hyprland run launcher to not be case sensitive.
leaning into the rediculous rainbow borders instead of getting rid of them in hyprland.
Arch User Repository, a collection of community maintained packages for archlinux.
paru is a package manager for archlinux that installs packages from the AUR.
Smooth clipboard settings for tmux is critical for my workflow. I’m often
grabbing snippets of terminal output to paste into team chats, blog posts, or
llm prompts. Admittedly, I’m often doing this with the mouse, unless it’s
coming from neovim, which I generally do with motions. Moving from an xorg
based setup to hyprland has required me to reconfigure my tmux clipboard
settings. This is what I did.
First install wl-clipboard with AUR.">paru.
paru -S wl-clipboard
Next add this to your tmux config. I’ve long had this config, but with only
the xorg/xclip setup, now this checks for wl-copy, uses it, or falls back to
my old xclip setup.
bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "bash -c 'command -v wl-copy >/dev/null && wl-copy || xclip -i -f -selection primary | xclip -i -selection clipboard'"
set-option -s set-clipboard off
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "bash -c 'command -v wl-copy >/dev/null && wl-copy || xclip -i -f -selection primary | xclip -i -selection clipboard'"
Virtual Environment is term for a sandboxed environment commonly associated with the python programming language. If you are installing any sort of python...
hyprland volume control, I wasn't sure if I needed something specific for wayland/pipewire, nope pavucontrol just works.
htmx is a frontend javascript library for creating dynamic web applications.
I might have gpg setup right for kdewallet on hyprland, and I just timed out the request before.
Failed to gpg-setup-for-kdewallet correctly on hyprland, brave still complains. Maybe someday I'll figure it out and complete the post.