Update alias entries in shell/rc, update workflow-notes doc

This commit is contained in:
2026-02-20 22:35:54 -06:00
parent 39440dec33
commit 3a821ed13a
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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"