diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-31 16:22:54 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-31 16:22:54 -0600 |
| commit | 8b2a1ffce5cbd3c2be2498a7a86e02469787e68b (patch) | |
| tree | 794389cdf195b2d4d25406bb9366826432f2c0e2 /docs/protocols.org | |
| parent | d32546a050e08c666ec54cd422bd8a79d66e81c3 (diff) | |
| download | archangel-8b2a1ffce5cbd3c2be2498a7a86e02469787e68b.tar.gz archangel-8b2a1ffce5cbd3c2be2498a7a86e02469787e68b.zip | |
docs: update protocols and session wrap-up workflow
- Add Wayland environment section to protocols (wl-copy, Hyprland)
- Add session-context deletion step to wrap-up workflow
- Add clean git state verification before valediction
- Update todo.org tasks
Diffstat (limited to 'docs/protocols.org')
| -rw-r--r-- | docs/protocols.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/protocols.org b/docs/protocols.org index 4ddfdef..d0032a6 100644 --- a/docs/protocols.org +++ b/docs/protocols.org @@ -173,6 +173,16 @@ Use this to: - Consider Emacs packages along with other software when recommending software solutions - Look for ways to streamline routine work with Emacs custom code if no packages exist +*** Wayland Environment (No XWayland) +Craig runs a pure Wayland setup (Hyprland) and avoids XWayland/Xorg apps. + +- Clipboard: Use =wl-copy= and =wl-paste= (NOT =xclip= or =xsel=) +- Window management: Use Hyprland commands (NOT =xkill=, =xdotool=, etc.) +- Prefer Wayland-native tools over X11 equivalents +- Open URLs in browser: Use =google-chrome-stable "URL" &>/dev/null &= + - The =&>/dev/null &= is required to detach the process and suppress output + - Without it, the command may appear to hang or produce no result + ** Miscellaneous Information - Craig currently lives in New Orleans, LA - Craig's phone number: 510-316-9357 |
