From 3a821ed13aed585d8c3581f1556fcf587a1ff540 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 20 Feb 2026 22:35:54 -0600 Subject: [PATCH] Update alias entries in shell/rc, update workflow-notes doc --- ...orkflow-and-workspaces-scheme.md => workflow-notes.md} | 8 ++++---- src_files/shell/rc | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) rename docs/{workflow-and-workspaces-scheme.md => workflow-notes.md} (100%) diff --git a/docs/workflow-and-workspaces-scheme.md b/docs/workflow-notes.md similarity index 100% rename from docs/workflow-and-workspaces-scheme.md rename to docs/workflow-notes.md index 2540bcc..4eed84c 100644 --- a/docs/workflow-and-workspaces-scheme.md +++ b/docs/workflow-notes.md @@ -25,6 +25,10 @@ idea from the ThePrimeagen: designated workspace/tags/desktop per app/purpose ### usage notes +- my default approach is to run windows in fullscreen + - note: on macOS, this is not mac's notion of fullscreen with windows essentially + moved to a new desktop; instead, i just want the windows taking up all of the + normal screen space (excluding any menu bar at the top of the screen) - mental model for navigating windows: - each window is in a stack - keybinds: mod + j/k, to move down/up the stack @@ -32,10 +36,6 @@ idea from the ThePrimeagen: designated workspace/tags/desktop per app/purpose - keybinds: mod + h/l, to move left/right in this list - note: in primary terminal, i'm running tmux, which has its own navigation approach, refer to the tmux.conf and tmux-session-init scripts -- my default approach is to run windows in fullscreen - - note: on macOS, this is not mac's notion of fullscreen with windows essentially - moved to a new desktop; instead, i just want the windows taking up all of the - normal screen space (excluding any menu bar at the top of the screen) - for the workspaces where i keep multiple apps, i try to maintain consistent order of those apps within the stack of each respective workspace diff --git a/src_files/shell/rc b/src_files/shell/rc index ca3e0ab..b5c7da3 100644 --- a/src_files/shell/rc +++ b/src_files/shell/rc @@ -18,17 +18,17 @@ alias cl='clear; ' alias cls='clear;ls' # shortcuts for executables +alias dme='display-manage external' # only works on x11/xlibre systems +alias dml='display-manage laptop' # only works on x11/xlibre systems alias n='nvim' alias nv='nvim' alias ths='theme-set' alias thw='theme-update-wallpaper' alias tmi='tmux-session-init' -alias dme='display-manage external' # only works on x11/xlibre systems -alias dml='display-manage laptop' # only works on x11/xlibre systems # executable overrides -alias ls='ls -F' alias ksh=oksh # NOTE: if i ever use openBSD, conditionally remove this alias +alias ls='ls -F' # focus/productivity/similar alias cal="calcurse"