2025-07-12 Notes
Starting the polkit agent for hyperland arch to handle permission elevation for desktop applications.
2025-07-11 Notes
Continuing my exploration of Searchcraft I loaded all of my blog into it. It fully posted, indexed, and had my content ready for search in a literal blink....
2025-07-10 Notes
[](https://www.youtube.com/watch?v=VFlLRH3ifcM)
2025-07-09 Notes
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...
2025-07-08 Notes
Setting up the hyprland run launcher to not be case sensitive.
2025-07-07 Notes
leaning into the rediculous rainbow borders instead of getting rid of them in hyprland.
Aur
Arch User Repository, a collection of community maintained packages for archlinux.
Paru
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
Virtual Environment is term for a sandboxed environment commonly associated with the python programming language. If you are installing any sort of python...
command palettes are overrated
2025-07-06 Notes
hyprland volume control, I wasn't sure if I needed something specific for wayland/pipewire, nope pavucontrol just works.