Make config/uwsm something you should never need to edit

This commit is contained in:
David Heinemeier Hansson
2026-05-19 21:42:02 +02:00
parent 877c5d02f8
commit d468c392a9
4 changed files with 49 additions and 12 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ export TERMINAL=xdg-terminal-exec
# Used by terminal programs (like gh) to open URLs detached from the terminal process tree
export BROWSER=omarchy-launch-browser
# Use code for VSCode
export EDITOR=nvim
# Used by terminal programs to open files with the selected Omarchy default editor
export EDITOR=omarchy-launch-editor
# Use a custom directory for screenshots (remember to make the directory!)
# export OMARCHY_SCREENSHOT_DIR="$HOME/Pictures/Screenshots"