From 8b2a1ffce5cbd3c2be2498a7a86e02469787e68b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 31 Jan 2026 16:22:54 -0600 Subject: 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 --- docs/protocols.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/protocols.org') 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 -- cgit v1.2.3